summaryrefslogtreecommitdiffstats
path: root/arch/blackfin/kernel
diff options
context:
space:
mode:
authorWolfram Sang <wsa@the-dreams.de>2017-08-13 10:21:17 -0400
committerWolfram Sang <wsa@the-dreams.de>2017-08-27 09:37:18 -0400
commita1cc5a57e49e871ce5e610597af1bd6bea06cb5c (patch)
treec7889730521d10b438775b7665f7e51ce9f7c143 /arch/blackfin/kernel
parentcc209ac81cce0109e03af23f68ea06b549a4a2ed (diff)
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.c1
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 @@
10#include <linux/fs.h> 10#include <linux/fs.h>
11#include <linux/kernel.h> 11#include <linux/kernel.h>
12#include <linux/module.h> 12#include <linux/module.h>
13#include <linux/i2c/bfin_twi.h>
14#include <linux/gpio.h> 13#include <linux/gpio.h>
15 14
16#include <asm/blackfin.h> 15#include <asm/blackfin.h>