From: Andres Salomon Date: Fri, 18 Feb 2011 03:07:25 +0000 (-0800) Subject: mfd: Rename platform_data field of mfd_cell to mfd_data X-Git-Tag: v2.6.39-rc1~96^2~52 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=65e523595a31813c0f20ffd249792c60e253438e;p=pandora-kernel.git mfd: Rename platform_data field of mfd_cell to mfd_data Rename the platform_data variable to imply a distinction between common platform_data driver usage (typically accessed via pdev->dev.platform_data) and the way MFD passes data down to clients (using a wrapper named mfd_get_data). All clients have already been changed to use the wrapper function, so this can be a quick single-commit change that only touches things in drivers/mfd. Signed-off-by: Andres Salomon Acked-by: Linus Walleij Signed-off-by: Samuel Ortiz --- Reading git-diff-tree failed