mfd: mfd_cell is now implicitly available to timberdale drivers
authorAndres Salomon <dilinger@queued.net>
Fri, 18 Feb 2011 03:07:15 +0000 (19:07 -0800)
committerSamuel Ortiz <sameo@linux.intel.com>
Wed, 23 Mar 2011 09:41:52 +0000 (10:41 +0100)
commite46dccff341068d8530610a822965794f70b998f
treea1f567ef8299629456f8a0309761f7d217a95006
parent07ae2a08deb141f22d7974615bd3006e8dce3883
mfd: mfd_cell is now implicitly available to timberdale drivers

The cell's platform_data is now accessed with a helper function;
change clients to use that, and remove the now-unused data_size.

Note that the mfd's platform_data is marked __devinitdata.  This
is still correct in all cases except for the timbgpio driver, whose
remove hook has been changed to no longer reference the pdata.

Signed-off-by: Andres Salomon <dilinger@queued.net>
Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>
drivers/dma/timb_dma.c
drivers/gpio/timbgpio.c
drivers/i2c/busses/i2c-ocores.c
drivers/i2c/busses/i2c-xiic.c
drivers/media/radio/radio-timb.c
drivers/media/video/timblogiw.c
drivers/mfd/timberdale.c
drivers/net/ks8842.c
drivers/spi/xilinx_spi.c