From: Shreya Ajith <shreya.ajithchb@gmail.com>
To: davem@davemloft.net
Cc: linux-kernel@vger.kernel.org, sparclinux@vger.kernel.org,
davem@davemloft.net
Subject: [PATCH v2]sbus: char: bbc_i2c: Replaced header file asm/io.h with linux/io.h
Date: Sat, 24 Apr 2021 17:46:00 +0530 [thread overview]
Message-ID: <20210424121600.GA2036@shreya-VirtualBox> (raw)
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
reply other threads:[~2021-04-24 12:16 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20210424121600.GA2036@shreya-VirtualBox \
--to=shreya.ajithchb@gmail.com \
--cc=davem@davemloft.net \
--cc=linux-kernel@vger.kernel.org \
--cc=sparclinux@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.