From: Andres Salomon Date: Fri, 18 Feb 2011 03:07:29 +0000 (-0800) Subject: mmc: Use mfd_data instead of driver_data for tmio-mmc X-Git-Tag: v2.6.39-rc1~96^2~48 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4f95bf404870cccb08ff6d59e1986d43aee5efb6;p=pandora-kernel.git mmc: Use mfd_data instead of driver_data for tmio-mmc 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 tmio-mmc only; mfd drivers with other cells are not modified. Signed-off-by: Andres Salomon Signed-off-by: Samuel Ortiz --- Reading git-diff-tree failed