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 |
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>
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 --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"