All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH]sbus:char:bbc_i2c:Replaced header file asm/io.h with linux/io.h
@ 2021-04-23  6:55 Shreya Ajith
  2021-04-23 20:33 ` David Miller
  2021-04-24  6:36 ` John Paul Adrian Glaubitz
  0 siblings, 2 replies; 3+ messages in thread
From: Shreya Ajith @ 2021-04-23  6:55 UTC (permalink / raw)
  To: davem; +Cc: linux-kernel, sparclinux, davem

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(-)

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


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [PATCH]sbus:char:bbc_i2c:Replaced header file asm/io.h with linux/io.h
  2021-04-23  6:55 [PATCH]sbus:char:bbc_i2c:Replaced header file asm/io.h with linux/io.h Shreya Ajith
@ 2021-04-23 20:33 ` David Miller
  2021-04-24  6:36 ` John Paul Adrian Glaubitz
  1 sibling, 0 replies; 3+ messages in thread
From: David Miller @ 2021-04-23 20:33 UTC (permalink / raw)
  To: shreya.ajithchb; +Cc: linux-kernel, sparclinux

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>

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH]sbus:char:bbc_i2c:Replaced header file asm/io.h with linux/io.h
  2021-04-23  6:55 [PATCH]sbus:char:bbc_i2c:Replaced header file asm/io.h with linux/io.h Shreya Ajith
  2021-04-23 20:33 ` David Miller
@ 2021-04-24  6:36 ` John Paul Adrian Glaubitz
  1 sibling, 0 replies; 3+ messages in thread
From: John Paul Adrian Glaubitz @ 2021-04-24  6:36 UTC (permalink / raw)
  To: Shreya Ajith, davem; +Cc: linux-kernel, sparclinux

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 - glaubitz@debian.org
`. `'   Freie Universitaet Berlin - glaubitz@physik.fu-berlin.de
  `-    GPG: 62FF 8A75 84E0 2956 9546  0006 7426 3B37 F5B5 F913

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2021-04-24  6:36 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-04-23  6:55 [PATCH]sbus:char:bbc_i2c:Replaced header file asm/io.h with linux/io.h Shreya Ajith
2021-04-23 20:33 ` David Miller
2021-04-24  6:36 ` John Paul Adrian Glaubitz

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.