2021-04-23 06:58:44

by Shreya Ajith

[permalink] [raw]
Subject: [PATCH]sbus:char:bbc_i2c:Replaced header file asm/io.h with linux/io.h

Replaced header file asm/io.h with linux/io.h

Signed-off-by:Shreya Ajith <[email protected]>
---
drivers/sbus/char/bbc_i2c.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

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"

--
2.25.1


2021-04-23 20:34:33

by David Miller

[permalink] [raw]
Subject: Re: [PATCH]sbus:char:bbc_i2c:Replaced header file asm/io.h with linux/io.h

From: Shreya Ajith <[email protected]>
Date: Fri, 23 Apr 2021 12:25:58 +0530

> Replaced header file asm/io.h with linux/io.h
>
> Signed-off-by:Shreya Ajith <[email protected]>

Acked-by: David S. Miller <[email protected]>

Subject: Re: [PATCH]sbus:char:bbc_i2c:Replaced header file asm/io.h with linux/io.h

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

--
.''`. John Paul Adrian Glaubitz
: :' : Debian Developer - [email protected]
`. `' Freie Universitaet Berlin - [email protected]
`- GPG: 62FF 8A75 84E0 2956 9546 0006 7426 3B37 F5B5 F913