diff options
author | Sonic Zhang <sonic.zhang@analog.com> | 2012-06-13 04:22:45 -0400 |
---|---|---|
committer | Wolfram Sang <w.sang@pengutronix.de> | 2012-07-13 02:37:29 -0400 |
commit | c9d87edbcc8c8a8517e5d5e870fca376864e8198 (patch) | |
tree | 7c9163021ae86e440e0a1410d9f0c2152633e56b /drivers/i2c/busses/i2c-bfin-twi.c | |
parent | 28a377c79af918fc40c70553216571314c5f42a4 (diff) |
i2c:i2c-bfin-twi: include twi head file
TWI bit mask macros are moved to twi head file.
Depend on commit 61c16b5c7414b6d0511dc384e0ea994e250e6339
Signed-off-by: Sonic Zhang <sonic.zhang@analog.com>
Signed-off-by: Bob Liu <lliubbo@gmail.com>
Signed-off-by: Wolfram Sang <w.sang@pengutronix.de>
Diffstat (limited to 'drivers/i2c/busses/i2c-bfin-twi.c')
-rw-r--r-- | drivers/i2c/busses/i2c-bfin-twi.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/i2c/busses/i2c-bfin-twi.c b/drivers/i2c/busses/i2c-bfin-twi.c index 2288e1bcf016..39b8d77bf35c 100644 --- a/drivers/i2c/busses/i2c-bfin-twi.c +++ b/drivers/i2c/busses/i2c-bfin-twi.c | |||
@@ -25,6 +25,7 @@ | |||
25 | #include <asm/blackfin.h> | 25 | #include <asm/blackfin.h> |
26 | #include <asm/portmux.h> | 26 | #include <asm/portmux.h> |
27 | #include <asm/irq.h> | 27 | #include <asm/irq.h> |
28 | #include <asm/bfin_twi.h> | ||
28 | 29 | ||
29 | /* SMBus mode*/ | 30 | /* SMBus mode*/ |
30 | #define TWI_I2C_MODE_STANDARD 1 | 31 | #define TWI_I2C_MODE_STANDARD 1 |