diff options
| author | Shubhrajyoti D <shubhrajyoti@ti.com> | 2012-11-26 15:25:11 +0530 | 
|---|---|---|
| committer | Wolfram Sang <w.sang@pengutronix.de> | 2012-11-28 11:36:32 +0100 | 
| commit | 972deb4f49b5b6703d9c6117ba0aeda2180d4447 (patch) | |
| tree | 5a7d2f74404f8e5c87706dd7dd7e68be3c35d6e7 /include/linux/i2c-omap.h | |
| parent | 60937b2cdbf948ddb84cbf5d728012519ff4b321 (diff) | |
| download | olio-linux-3.10-972deb4f49b5b6703d9c6117ba0aeda2180d4447.tar.xz olio-linux-3.10-972deb4f49b5b6703d9c6117ba0aeda2180d4447.zip  | |
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 'include/linux/i2c-omap.h')
| -rw-r--r-- | include/linux/i2c-omap.h | 1 | 
1 files changed, 0 insertions, 1 deletions
diff --git a/include/linux/i2c-omap.h b/include/linux/i2c-omap.h index 1b25c04f82d..babe0cf6d56 100644 --- a/include/linux/i2c-omap.h +++ b/include/linux/i2c-omap.h @@ -20,7 +20,6 @@  #define OMAP_I2C_FLAG_NO_FIFO			BIT(0)  #define OMAP_I2C_FLAG_SIMPLE_CLOCK		BIT(1)  #define OMAP_I2C_FLAG_16BIT_DATA_REG		BIT(2) -#define OMAP_I2C_FLAG_RESET_REGS_POSTIDLE	BIT(3)  #define OMAP_I2C_FLAG_ALWAYS_ARMXOR_CLK	BIT(5)  #define OMAP_I2C_FLAG_FORCE_19200_INT_CLK	BIT(6)  /* how the CPU address bus must be translated for I2C unit access */  |