diff mbox series

sbus:char:bbc_i2c:Replaced header file asm/io.h with linux/io.h

Message ID 20210423065558.d5gy3zpxus6gsyc2@shreya-VirtualBox
State New
Headers show
Series sbus:char:bbc_i2c:Replaced header file asm/io.h with linux/io.h | expand

Commit Message

Shreya Ajith April 23, 2021, 6:55 a.m. UTC
Replaced header file asm/io.h with linux/io.h

Signed-off-by:Shreya Ajith <shreya.ajithchb@gmail.com>
---
 drivers/sbus/char/bbc_i2c.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

David Miller April 23, 2021, 8:33 p.m. UTC | #1
From: Shreya Ajith <shreya.ajithchb@gmail.com>
Date: Fri, 23 Apr 2021 12:25:58 +0530

> Replaced header file asm/io.h with linux/io.h
> 
> Signed-off-by:Shreya Ajith <shreya.ajithchb@gmail.com>

Acked-by: David S. Miller <davem@davemloft.net>
John Paul Adrian Glaubitz April 24, 2021, 6:36 a.m. UTC | #2
On 4/23/21 8:55 AM, Shreya Ajith wrote:
> Replaced header file asm/io.h with linux/io.h

I would fix the missing spaces in the subject, i.e.:

"sbus: char: bbc_i2c: Replaced header file asm/io.h with linux/io.h"

Thanks,
Adrian
diff mbox series

Patch

diff --git a/drivers/sbus/char/bbc_i2c.c b/drivers/sbus/char/bbc_i2c.c
index 537e55cd038d..a4a38a405b6f 100644
--- a/drivers/sbus/char/bbc_i2c.c
+++ b/drivers/sbus/char/bbc_i2c.c
@@ -16,7 +16,7 @@ 
 #include <linux/of.h>
 #include <linux/of_device.h>
 #include <asm/bbc.h>
-#include <asm/io.h>
+#include <linux/io.h>
 
 #include "bbc_i2c.h"