aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPrasanna Karthik <mkarthi3@visteon.com>2015-09-30 12:27:46 +0000
committerMarcel Holtmann <marcel@holtmann.org>2015-09-30 15:26:12 +0200
commit239ede3c0213f152a1bab083af7d7bbb39e0d3d5 (patch)
tree08eff81e6637b9e4556fa08bf247bfdd23117f3e
parentieee802154: 6lowpan: add tx/rx stats (diff)
downloadlinux-dev-239ede3c0213f152a1bab083af7d7bbb39e0d3d5.tar.xz
linux-dev-239ede3c0213f152a1bab083af7d7bbb39e0d3d5.zip
Bluetooth: btuart_cs: remove obsolete header
Use <linux/io.h> instead of <asm/io.h>, fixes checkpatch Warning; Signed-off-by: Prasanna Karthik <mkarthi3@visteon.com> Signed-off-by: Marcel Holtmann <marcel@holtmann.org>
-rw-r--r--drivers/bluetooth/btuart_cs.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/bluetooth/btuart_cs.c b/drivers/bluetooth/btuart_cs.c
index dfaa1c910888..4c001a8f7fbd 100644
--- a/drivers/bluetooth/btuart_cs.c
+++ b/drivers/bluetooth/btuart_cs.c
@@ -38,7 +38,7 @@
#include <linux/serial.h>
#include <linux/serial_reg.h>
#include <linux/bitops.h>
-#include <asm/io.h>
+#include <linux/io.h>
#include <pcmcia/cistpl.h>
#include <pcmcia/ciscode.h>