summaryrefslogtreecommitdiffstats
path: root/drivers/tty/serial
diff options
context:
space:
mode:
authorSachin Kamat <sachin.kamat@linaro.org>2013-01-07 10:25:03 +0530
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2013-01-15 22:02:51 -0800
commite32a9f8f34cc5eaf77100cd2d54e78e81d01f5dc (patch)
tree3eea6f110054f3706f41362f9b4035cb28af3323 /drivers/tty/serial
parent82313e66b1a449b08682043929003fab38ebf037 (diff)
downloadop-kernel-dev-e32a9f8f34cc5eaf77100cd2d54e78e81d01f5dc.zip
op-kernel-dev-e32a9f8f34cc5eaf77100cd2d54e78e81d01f5dc.tar.gz
serial: imx: Use <linux/io.h> instead of <asm/io.h>
Silences the following checkpatch warning: WARNING: Use #include <linux/io.h> instead of <asm/io.h> Cc: Shawn Guo <shawn.guo@linaro.org> Acked-by: Sascha Hauer <s.hauer@pengutronix.de> Signed-off-by: Sachin Kamat <sachin.kamat@linaro.org> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/tty/serial')
-rw-r--r--drivers/tty/serial/imx.c2
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>
OpenPOWER on IntegriCloud