2015-09-30 12:27:46

by Mutharaju, Prasanna (P.)

[permalink] [raw]
Subject: [PATCH] bluetooth: btuart_cs: remove obsolete header

From: Prasanna Karthik <[email protected]>

Use <linux/io.h> instead of <asm/io.h>, fixes checkpatch
Warning;

Signed-off-by: Prasanna Karthik <[email protected]>
---
drivers/bluetooth/btuart_cs.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/bluetooth/btuart_cs.c b/drivers/bluetooth/btuart_cs.c
index abb4d21..bc73557 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>
=20
#include <pcmcia/cistpl.h>
#include <pcmcia/ciscode.h>
--=20
1.9.1


2015-09-30 13:27:01

by Marcel Holtmann

[permalink] [raw]
Subject: Re: [PATCH] bluetooth: btuart_cs: remove obsolete header

Hi Prasanna,

> Use <linux/io.h> instead of <asm/io.h>, fixes checkpatch
> Warning;
>
> Signed-off-by: Prasanna Karthik <[email protected]>
> ---
> drivers/bluetooth/btuart_cs.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)

patch has been applied to bluetooth-next tree.

Regards

Marcel