asoc: wm8400-codec: Use mfd_data instead of driver_data
authorAndres Salomon <dilinger@queued.net>
Fri, 18 Feb 2011 03:07:27 +0000 (19:07 -0800)
committerSamuel Ortiz <sameo@linux.intel.com>
Wed, 23 Mar 2011 09:41:56 +0000 (10:41 +0100)
commitdab1547a011b221308b6e991405677c78e1a8956
treeea70aef87047ac708c406ce9b9995c91de886180
parentd57763370e1e12dd72e5a7bc6d6a7644e0003593
asoc: wm8400-codec: Use mfd_data instead of driver_data

Use mfd_data for passing information from mfd drivers to soc
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().

Signed-off-by: Andres Salomon <dilinger@queued.net>
Acked-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>
drivers/mfd/wm8400-core.c
sound/soc/codecs/wm8400.c