]> git.samba.org - sfrench/cifs-2.6.git/commitdiff
drivers/rtc/rtc-omap.c: include <linux/io.h> instead of <asm/io.h>
authorSachin Kamat <sachin.kamat@linaro.org>
Wed, 3 Jul 2013 22:06:00 +0000 (15:06 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Wed, 3 Jul 2013 23:07:48 +0000 (16:07 -0700)
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>
drivers/rtc/rtc-omap.c

index b0ba3fc991ea2352de71d1839480f967ef8a52b0..6f6ac033d5d973168cd09d0ff7309f38f60875e3 100644 (file)
@@ -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.