mfd: Remove driver_data field from mfd_cell
[firefly-linux-kernel-4.4.55.git] / include / linux / mfd / core.h
index f317fe4f83667b039db89ca21b6fefbd0c27f3c5..71cd1f983cce7b954c36d124124c957feb78c1d6 100644 (file)
@@ -30,9 +30,6 @@ struct mfd_cell {
        int                     (*suspend)(struct platform_device *dev);
        int                     (*resume)(struct platform_device *dev);
 
-       /* driver-specific data for MFD-aware "cell" drivers */
-       void                    *driver_data;
-
        /* mfd_data can be used to pass data to client drivers */
        void                    *mfd_data;