From: Sachin Kamat <sachin.kamat@linaro.org>
To: linux-serial@vger.kernel.org
Cc: gregkh@linuxfoundation.org, alan@linux.intel.com, jslaby@suse.cz,
shawn.guo@linaro.org, s.hauer@pengutronix.de,
sachin.kamat@linaro.org, patches@linaro.org
Subject: [PATCH 2/5] serial: imx: Use <linux/io.h> instead of <asm/io.h>
Date: Mon, 7 Jan 2013 10:25:03 +0530 [thread overview]
Message-ID: <1357534506-30206-3-git-send-email-sachin.kamat@linaro.org> (raw)
In-Reply-To: <1357534506-30206-1-git-send-email-sachin.kamat@linaro.org>
Silences the following checkpatch warning:
WARNING: Use #include <linux/io.h> instead of <asm/io.h>
Cc: Shawn Guo <shawn.guo@linaro.org>
Cc: Sascha Hauer <s.hauer@pengutronix.de>
Signed-off-by: Sachin Kamat <sachin.kamat@linaro.org>
---
drivers/tty/serial/imx.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/drivers/tty/serial/imx.c b/drivers/tty/serial/imx.c
index d6bce6c..426253c 100644
--- a/drivers/tty/serial/imx.c
+++ b/drivers/tty/serial/imx.c
@@ -48,8 +48,8 @@
#include <linux/of.h>
#include <linux/of_device.h>
#include <linux/pinctrl/consumer.h>
+#include <linux/io.h>
-#include <asm/io.h>
#include <asm/irq.h>
#include <linux/platform_data/serial-imx.h>
--
1.7.4.1
next prev parent reply other threads:[~2013-01-07 5:03 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-01-07 4:55 [PATCH 0/5] serial: imx: Some fixes and cleanups Sachin Kamat
2013-01-07 4:55 ` [PATCH 1/5] serial: imx: Fix checkpatch errors related to spacing Sachin Kamat
2013-01-07 4:55 ` Sachin Kamat [this message]
2013-01-07 4:55 ` [PATCH 3/5] serial: imx: Fix coding style issue Sachin Kamat
2013-01-07 4:55 ` [PATCH 4/5] serial: imx: Use pr_info instead of printk Sachin Kamat
2013-01-07 4:55 ` [PATCH 5/5] serial: imx: Use devm_* APIs Sachin Kamat
2013-01-07 8:30 ` [PATCH 0/5] serial: imx: Some fixes and cleanups Sascha Hauer
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=1357534506-30206-3-git-send-email-sachin.kamat@linaro.org \
--to=sachin.kamat@linaro.org \
--cc=alan@linux.intel.com \
--cc=gregkh@linuxfoundation.org \
--cc=jslaby@suse.cz \
--cc=linux-serial@vger.kernel.org \
--cc=patches@linaro.org \
--cc=s.hauer@pengutronix.de \
--cc=shawn.guo@linaro.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 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).