ARM: PNX4008: move i2c suspend/resume callbacks into driver
[safe/jmp/linux-2.6] / include / linux / i2c-pnx.h
index 9eb07bb..71de7f9 100644 (file)
@@ -12,8 +12,6 @@
 #ifndef __I2C_PNX_H__
 #define __I2C_PNX_H__
 
-#include <linux/pm.h>
-
 struct platform_device;
 
 struct i2c_pnx_mif {
@@ -34,8 +32,6 @@ struct i2c_pnx_algo_data {
 };
 
 struct i2c_pnx_data {
-       int (*suspend) (struct platform_device *pdev, pm_message_t state);
-       int (*resume) (struct platform_device *pdev);
        u32 (*calculate_input_freq) (struct platform_device *pdev);
        int (*set_clock_run) (struct platform_device *pdev);
        int (*set_clock_stop) (struct platform_device *pdev);