linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2]sbus: char: bbc_i2c: Replaced header file asm/io.h with linux/io.h
@ 2021-04-24 12:16 Shreya Ajith
  0 siblings, 0 replies; only message in thread
From: Shreya Ajith @ 2021-04-24 12:16 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
---
v1->v2:
Fixed missing spaces in the subject

 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] only message in thread

only message in thread, other threads:[~2021-04-24 12:16 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-04-24 12:16 [PATCH v2]sbus: char: bbc_i2c: Replaced header file asm/io.h with linux/io.h Shreya Ajith

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).