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 /include/linux/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 'include/linux/mfd')
-rw-r--r-- | include/linux/mfd/core.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/include/linux/mfd/core.h b/include/linux/mfd/core.h index f317fe4f8366..71cd1f983cce 100644 --- a/include/linux/mfd/core.h +++ b/include/linux/mfd/core.h | |||
@@ -30,9 +30,6 @@ struct mfd_cell { | |||
30 | int (*suspend)(struct platform_device *dev); | 30 | int (*suspend)(struct platform_device *dev); |
31 | int (*resume)(struct platform_device *dev); | 31 | int (*resume)(struct platform_device *dev); |
32 | 32 | ||
33 | /* driver-specific data for MFD-aware "cell" drivers */ | ||
34 | void *driver_data; | ||
35 | |||
36 | /* mfd_data can be used to pass data to client drivers */ | 33 | /* mfd_data can be used to pass data to client drivers */ |
37 | void *mfd_data; | 34 | void *mfd_data; |
38 | 35 | ||