From: Andres Salomon Date: Fri, 18 Feb 2011 03:07:15 +0000 (-0800) Subject: mfd: mfd_cell is now implicitly available to timberdale drivers X-Git-Tag: v2.6.39-rc1~96^2~62 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e46dccff341068d8530610a822965794f70b998f;p=pandora-kernel.git mfd: mfd_cell is now implicitly available to timberdale drivers The cell's platform_data is now accessed with a helper function; change clients to use that, and remove the now-unused data_size. Note that the mfd's platform_data is marked __devinitdata. This is still correct in all cases except for the timbgpio driver, whose remove hook has been changed to no longer reference the pdata. Signed-off-by: Andres Salomon Signed-off-by: Samuel Ortiz --- Reading git-diff-tree failed