diff options
author | Andres Salomon <dilinger@queued.net> | 2011-02-17 22:07:33 -0500 |
---|---|---|
committer | Samuel Ortiz <sameo@linux.intel.com> | 2011-03-23 05:41:58 -0400 |
commit | dcb50e83bb86d66d3554ba9c365488669c84d037 (patch) | |
tree | f68f77e3ae61325e3a2e3a46cd5cf30ac67a136c /drivers/mfd | |
parent | 46673ed2cdca85afa7c69d126e3778bba2dbd2d5 (diff) |
mfd: Remove driver_data field from mfd_cell
All users of this have now been switched over to using mfd_data;
it can go away now.
Signed-off-by: Andres Salomon <dilinger@queued.net>
Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>
Diffstat (limited to 'drivers/mfd')
-rw-r--r-- | drivers/mfd/mfd-core.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/mfd/mfd-core.c b/drivers/mfd/mfd-core.c index 21a39dc64ea0..01115f686dfa 100644 --- a/drivers/mfd/mfd-core.c +++ b/drivers/mfd/mfd-core.c | |||
@@ -37,7 +37,6 @@ static int mfd_add_device(struct device *parent, int id, | |||
37 | goto fail_device; | 37 | goto fail_device; |
38 | 38 | ||
39 | pdev->dev.parent = parent; | 39 | pdev->dev.parent = parent; |
40 | platform_set_drvdata(pdev, cell->driver_data); | ||
41 | 40 | ||
42 | ret = platform_device_add_data(pdev, cell, sizeof(*cell)); | 41 | ret = platform_device_add_data(pdev, cell, sizeof(*cell)); |
43 | if (ret) | 42 | if (ret) |