diff options
author | Shubhrajyoti D <shubhrajyoti@ti.com> | 2012-11-26 04:55:11 -0500 |
---|---|---|
committer | Wolfram Sang <w.sang@pengutronix.de> | 2012-11-28 05:36:32 -0500 |
commit | 972deb4f49b5b6703d9c6117ba0aeda2180d4447 (patch) | |
tree | 5a7d2f74404f8e5c87706dd7dd7e68be3c35d6e7 /drivers/i2c | |
parent | 60937b2cdbf948ddb84cbf5d728012519ff4b321 (diff) |
i2c: omap: Remove the OMAP_I2C_FLAG_RESET_REGS_POSTIDLE flag
The OMAP_I2C_FLAG_RESET_REGS_POSTIDLE is not used anymore
in the i2c driver. Remove the flag.
Signed-off-by: Shubhrajyoti D <shubhrajyoti@ti.com>
Reviewed-by: Felipe Balbi <balbi@ti.com>
Signed-off-by: Wolfram Sang <w.sang@pengutronix.de>
Diffstat (limited to 'drivers/i2c')
-rw-r--r-- | drivers/i2c/busses/i2c-omap.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/drivers/i2c/busses/i2c-omap.c b/drivers/i2c/busses/i2c-omap.c index 248280136668..7a62acb7d262 100644 --- a/drivers/i2c/busses/i2c-omap.c +++ b/drivers/i2c/busses/i2c-omap.c | |||
@@ -1038,8 +1038,7 @@ static const struct i2c_algorithm omap_i2c_algo = { | |||
1038 | #ifdef CONFIG_OF | 1038 | #ifdef CONFIG_OF |
1039 | static struct omap_i2c_bus_platform_data omap3_pdata = { | 1039 | static struct omap_i2c_bus_platform_data omap3_pdata = { |
1040 | .rev = OMAP_I2C_IP_VERSION_1, | 1040 | .rev = OMAP_I2C_IP_VERSION_1, |
1041 | .flags = OMAP_I2C_FLAG_RESET_REGS_POSTIDLE | | 1041 | .flags = OMAP_I2C_FLAG_BUS_SHIFT_2, |
1042 | OMAP_I2C_FLAG_BUS_SHIFT_2, | ||
1043 | }; | 1042 | }; |
1044 | 1043 | ||
1045 | static struct omap_i2c_bus_platform_data omap4_pdata = { | 1044 | static struct omap_i2c_bus_platform_data omap4_pdata = { |