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