aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/i2c-omap.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux/i2c-omap.h')
-rw-r--r--include/linux/i2c-omap.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/i2c-omap.h b/include/linux/i2c-omap.h
index 0aa0cbd676f7..55eac259a451 100644
--- a/include/linux/i2c-omap.h
+++ b/include/linux/i2c-omap.h
@@ -32,6 +32,7 @@
32 32
33struct omap_i2c_bus_platform_data { 33struct omap_i2c_bus_platform_data {
34 u32 clkrate; 34 u32 clkrate;
35 u32 rev;
35 void (*set_mpu_wkup_lat)(struct device *dev, long set); 36 void (*set_mpu_wkup_lat)(struct device *dev, long set);
36 int (*device_enable) (struct platform_device *pdev); 37 int (*device_enable) (struct platform_device *pdev);
37 int (*device_shutdown) (struct platform_device *pdev); 38 int (*device_shutdown) (struct platform_device *pdev);