diff options
| author | Russell King <rmk+kernel@arm.linux.org.uk> | 2009-11-20 05:50:34 -0500 |
|---|---|---|
| committer | Russell King <rmk+kernel@arm.linux.org.uk> | 2010-02-12 12:32:38 -0500 |
| commit | a0dcf19f59d4f37150a6b7e115925d72aca15293 (patch) | |
| tree | 589b1526ee3ca19000cafbcacf05779aa6e9d022 /include/linux/i2c-pnx.h | |
| parent | bba2be480b981bc1e7bea24c2a2552b0ad7e9774 (diff) | |
ARM: PNX4008: move i2c suspend/resume callbacks into driver
Acked-by: Vitaly Wool <vitalywool@gmail.com>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
Diffstat (limited to 'include/linux/i2c-pnx.h')
| -rw-r--r-- | include/linux/i2c-pnx.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/include/linux/i2c-pnx.h b/include/linux/i2c-pnx.h index 9eb07bbc6522..71de7f976adf 100644 --- a/include/linux/i2c-pnx.h +++ b/include/linux/i2c-pnx.h | |||
| @@ -12,8 +12,6 @@ | |||
| 12 | #ifndef __I2C_PNX_H__ | 12 | #ifndef __I2C_PNX_H__ |
| 13 | #define __I2C_PNX_H__ | 13 | #define __I2C_PNX_H__ |
| 14 | 14 | ||
| 15 | #include <linux/pm.h> | ||
| 16 | |||
| 17 | struct platform_device; | 15 | struct platform_device; |
| 18 | 16 | ||
| 19 | struct i2c_pnx_mif { | 17 | struct i2c_pnx_mif { |
| @@ -34,8 +32,6 @@ struct i2c_pnx_algo_data { | |||
| 34 | }; | 32 | }; |
| 35 | 33 | ||
| 36 | struct i2c_pnx_data { | 34 | struct i2c_pnx_data { |
| 37 | int (*suspend) (struct platform_device *pdev, pm_message_t state); | ||
| 38 | int (*resume) (struct platform_device *pdev); | ||
| 39 | u32 (*calculate_input_freq) (struct platform_device *pdev); | 35 | u32 (*calculate_input_freq) (struct platform_device *pdev); |
| 40 | int (*set_clock_run) (struct platform_device *pdev); | 36 | int (*set_clock_run) (struct platform_device *pdev); |
| 41 | int (*set_clock_stop) (struct platform_device *pdev); | 37 | int (*set_clock_stop) (struct platform_device *pdev); |
