w1: Use mfd_data instead of driver_data for dsw1wm.c
commitfcd67979d3808afbe357048d928470ef9b37cd4b
authorAndres Salomon <dilinger@queued.net>
Fri, 18 Feb 2011 03:07:28 +0000 (17 19:07 -0800)
committerSamuel Ortiz <sameo@linux.intel.com>
Wed, 23 Mar 2011 09:41:56 +0000 (23 10:41 +0100)
tree82c9e45ff546c7f29bae0aaf554d34b5c3905e8c
parentdab1547a011b221308b6e991405677c78e1a8956
w1: Use mfd_data instead of driver_data for dsw1wm.c

Use mfd_data for passing information from mfd drivers to mfd
clients.  The mfd_cell's driver_data field is being phased out.

Clients that were using driver_data now access .mfd_data
via mfd_get_data().  This changes ds1wm only; mfd drivers with
other cells are not modified, with the exception of led_cell.

The led_cell.driver_data line is dropped from htc-pasic3.c in this
patch as well.  It's not used in mainline (there's no leds-pasic3
platform driver), so it should be safe to take care of that here.

Signed-off-by: Andres Salomon <dilinger@queued.net>
Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>
drivers/mfd/asic3.c
drivers/mfd/htc-pasic3.c
drivers/w1/masters/ds1wm.c