summaryrefslogtreecommitdiffstats
path: root/drivers/rtc
diff options
context:
space:
mode:
authorSachin Kamat2013-07-04 00:06:00 +0200
committerLinus Torvalds2013-07-04 01:07:48 +0200
commit4b30c9fca71b5f74fb53992791778b8c8ddf0ac5 (patch)
treefd8047102dfd650277696e3455ce49eab82345a3 /drivers/rtc
parentdrivers/rtc/rtc-mxc.c: fix checkpatch error (diff)
downloadkernel-qcow2-linux-4b30c9fca71b5f74fb53992791778b8c8ddf0ac5.tar.gz
kernel-qcow2-linux-4b30c9fca71b5f74fb53992791778b8c8ddf0ac5.tar.xz
kernel-qcow2-linux-4b30c9fca71b5f74fb53992791778b8c8ddf0ac5.zip
drivers/rtc/rtc-omap.c: include <linux/io.h> instead of <asm/io.h>
Use #include <linux/io.h> instead of <asm/io.h> as pointed out by checkpatch. Signed-off-by: Sachin Kamat <sachin.kamat@linaro.org> Cc: George G. Davis <gdavis@mvista.com> Cc: Jingoo Han <jg1.han@samsung.com> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'drivers/rtc')
-rw-r--r--drivers/rtc/rtc-omap.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/drivers/rtc/rtc-omap.c b/drivers/rtc/rtc-omap.c
index b0ba3fc991ea..6f6ac033d5d9 100644
--- a/drivers/rtc/rtc-omap.c
+++ b/drivers/rtc/rtc-omap.c
@@ -23,9 +23,7 @@
#include <linux/of.h>
#include <linux/of_device.h>
#include <linux/pm_runtime.h>
-
-#include <asm/io.h>
-
+#include <linux/io.h>
/* The OMAP1 RTC is a year/month/day/hours/minutes/seconds BCD clock
* with century-range alarm matching, driven by the 32kHz clock.