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

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.