diff options
Diffstat (limited to 'arch/arm/plat-omap/i2c.c')
-rw-r--r-- | arch/arm/plat-omap/i2c.c | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/arch/arm/plat-omap/i2c.c b/arch/arm/plat-omap/i2c.c index 0c7caf2458b4..c20beb8ed38b 100644 --- a/arch/arm/plat-omap/i2c.c +++ b/arch/arm/plat-omap/i2c.c | |||
@@ -123,14 +123,6 @@ static void omap_pm_set_max_mpu_wakeup_lat_compat(struct device *dev, long t) | |||
123 | omap_pm_set_max_mpu_wakeup_lat(dev, t); | 123 | omap_pm_set_max_mpu_wakeup_lat(dev, t); |
124 | } | 124 | } |
125 | 125 | ||
126 | static struct omap_device_pm_latency omap_i2c_latency[] = { | ||
127 | [0] = { | ||
128 | .deactivate_func = omap_device_idle_hwmods, | ||
129 | .activate_func = omap_device_enable_hwmods, | ||
130 | .flags = OMAP_DEVICE_LATENCY_AUTO_ADJUST, | ||
131 | }, | ||
132 | }; | ||
133 | |||
134 | static inline int omap2_i2c_add_bus(int bus_id) | 126 | static inline int omap2_i2c_add_bus(int bus_id) |
135 | { | 127 | { |
136 | int l; | 128 | int l; |
@@ -162,7 +154,7 @@ static inline int omap2_i2c_add_bus(int bus_id) | |||
162 | pdata->set_mpu_wkup_lat = omap_pm_set_max_mpu_wakeup_lat_compat; | 154 | pdata->set_mpu_wkup_lat = omap_pm_set_max_mpu_wakeup_lat_compat; |
163 | pdev = omap_device_build(name, bus_id, oh, pdata, | 155 | pdev = omap_device_build(name, bus_id, oh, pdata, |
164 | sizeof(struct omap_i2c_bus_platform_data), | 156 | sizeof(struct omap_i2c_bus_platform_data), |
165 | omap_i2c_latency, ARRAY_SIZE(omap_i2c_latency), 0); | 157 | NULL, 0, 0); |
166 | WARN(IS_ERR(pdev), "Could not build omap_device for %s\n", name); | 158 | WARN(IS_ERR(pdev), "Could not build omap_device for %s\n", name); |
167 | 159 | ||
168 | return PTR_ERR(pdev); | 160 | return PTR_ERR(pdev); |