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