mfd: mfd_cell is now implicitly available to jz4740 drivers
No need to explicitly set the cell's platform_data/data_size. Modify clients to use mfd_get_cell helper function instead of accessing platform_data directly. Signed-off-by: Andres Salomon <dilinger@queued.net> Acked-by: Jean Delvare <khali@linux-fr.org> Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>
This commit is contained in:

committed by
Samuel Ortiz

parent
fe891a008f
commit
6a54ac2149
@@ -232,8 +232,6 @@ const struct mfd_cell jz4740_adc_cells[] = {
|
||||
.name = "jz4740-hwmon",
|
||||
.num_resources = ARRAY_SIZE(jz4740_hwmon_resources),
|
||||
.resources = jz4740_hwmon_resources,
|
||||
.platform_data = (void *)&jz4740_adc_cells[0],
|
||||
.data_size = sizeof(struct mfd_cell),
|
||||
|
||||
.enable = jz4740_adc_cell_enable,
|
||||
.disable = jz4740_adc_cell_disable,
|
||||
@@ -243,8 +241,6 @@ const struct mfd_cell jz4740_adc_cells[] = {
|
||||
.name = "jz4740-battery",
|
||||
.num_resources = ARRAY_SIZE(jz4740_battery_resources),
|
||||
.resources = jz4740_battery_resources,
|
||||
.platform_data = (void *)&jz4740_adc_cells[1],
|
||||
.data_size = sizeof(struct mfd_cell),
|
||||
|
||||
.enable = jz4740_adc_cell_enable,
|
||||
.disable = jz4740_adc_cell_disable,
|
||||
|
Reference in New Issue
Block a user