diff options
author | Sonic Zhang <sonic.zhang@analog.com> | 2014-01-28 16:55:21 +0800 |
---|---|---|
committer | Wolfram Sang <wsa@the-dreams.de> | 2014-03-09 08:40:41 +0100 |
commit | 45126da22452ac3d4685401a1e921a39ac0ff2f6 (patch) | |
tree | 2b8663693215065023c3571f30d106276bc4e6ec /arch/blackfin/kernel | |
parent | 80c69915e5fbe6493119d87eee2a2a6a7115c74c (diff) |
i2c: bfin-twi: move bits macros and structs in header from arch include to generic include
The ADI TWI peripheral is not binding to the Blackfin processor only.
The bits macros and structs should be put in the generic include header.
And update head file path in drivers accordingly.
Signed-off-by: Sonic Zhang <sonic.zhang@analog.com>
Signed-off-by: Wolfram Sang <wsa@the-dreams.de>
Diffstat (limited to 'arch/blackfin/kernel')
-rw-r--r-- | arch/blackfin/kernel/debug-mmrs.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/blackfin/kernel/debug-mmrs.c b/arch/blackfin/kernel/debug-mmrs.c index 01232a13470d..947ad0832338 100644 --- a/arch/blackfin/kernel/debug-mmrs.c +++ b/arch/blackfin/kernel/debug-mmrs.c @@ -10,6 +10,7 @@ #include <linux/fs.h> #include <linux/kernel.h> #include <linux/module.h> +#include <linux/i2c/bfin_twi.h> #include <asm/blackfin.h> #include <asm/gpio.h> |