diff options
author | Wolfram Sang <wsa@the-dreams.de> | 2017-08-13 16:21:17 +0200 |
---|---|---|
committer | Wolfram Sang <wsa@the-dreams.de> | 2017-08-27 15:37:18 +0200 |
commit | a1cc5a57e49e871ce5e610597af1bd6bea06cb5c (patch) | |
tree | c7889730521d10b438775b7665f7e51ce9f7c143 /arch/blackfin/kernel | |
parent | cc209ac81cce0109e03af23f68ea06b549a4a2ed (diff) | |
download | lwn-a1cc5a57e49e871ce5e610597af1bd6bea06cb5c.tar.gz lwn-a1cc5a57e49e871ce5e610597af1bd6bea06cb5c.zip |
blackfin: merge the two TWI header files
There seems to be no need for separate ones since all users include both
files anyhow. Merge them because include/linux/i2c is to be deprecated.
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, 0 insertions, 1 deletions
diff --git a/arch/blackfin/kernel/debug-mmrs.c b/arch/blackfin/kernel/debug-mmrs.c index e272bca93c64..f31ace221392 100644 --- a/arch/blackfin/kernel/debug-mmrs.c +++ b/arch/blackfin/kernel/debug-mmrs.c @@ -10,7 +10,6 @@ #include <linux/fs.h> #include <linux/kernel.h> #include <linux/module.h> -#include <linux/i2c/bfin_twi.h> #include <linux/gpio.h> #include <asm/blackfin.h> |