diff options
Diffstat (limited to 'include/linux/mfd')
| -rw-r--r-- | include/linux/mfd/t7l66xb.h | 2 | ||||
| -rw-r--r-- | include/linux/mfd/tc6387xb.h | 3 |
2 files changed, 0 insertions, 5 deletions
diff --git a/include/linux/mfd/t7l66xb.h b/include/linux/mfd/t7l66xb.h index e83c7f2036f9..b4629818aea5 100644 --- a/include/linux/mfd/t7l66xb.h +++ b/include/linux/mfd/t7l66xb.h | |||
| @@ -15,8 +15,6 @@ | |||
| 15 | #include <linux/mfd/tmio.h> | 15 | #include <linux/mfd/tmio.h> |
| 16 | 16 | ||
| 17 | struct t7l66xb_platform_data { | 17 | struct t7l66xb_platform_data { |
| 18 | int (*enable_clk32k)(struct platform_device *dev); | ||
| 19 | void (*disable_clk32k)(struct platform_device *dev); | ||
| 20 | int (*enable)(struct platform_device *dev); | 18 | int (*enable)(struct platform_device *dev); |
| 21 | int (*disable)(struct platform_device *dev); | 19 | int (*disable)(struct platform_device *dev); |
| 22 | int (*suspend)(struct platform_device *dev); | 20 | int (*suspend)(struct platform_device *dev); |
diff --git a/include/linux/mfd/tc6387xb.h b/include/linux/mfd/tc6387xb.h index fa06e0610b8e..b4888209494a 100644 --- a/include/linux/mfd/tc6387xb.h +++ b/include/linux/mfd/tc6387xb.h | |||
| @@ -11,9 +11,6 @@ | |||
| 11 | #define MFD_TC6387XB_H | 11 | #define MFD_TC6387XB_H |
| 12 | 12 | ||
| 13 | struct tc6387xb_platform_data { | 13 | struct tc6387xb_platform_data { |
| 14 | int (*enable_clk32k)(struct platform_device *dev); | ||
| 15 | void (*disable_clk32k)(struct platform_device *dev); | ||
| 16 | |||
| 17 | int (*enable)(struct platform_device *dev); | 14 | int (*enable)(struct platform_device *dev); |
| 18 | int (*disable)(struct platform_device *dev); | 15 | int (*disable)(struct platform_device *dev); |
| 19 | int (*suspend)(struct platform_device *dev); | 16 | int (*suspend)(struct platform_device *dev); |
