]> git.karo-electronics.de Git - karo-tx-linux.git/commit
drivers/rtc/rtc-omap.c: include <linux/io.h> instead of <asm/io.h>
authorSachin Kamat <sachin.kamat@linaro.org>
Fri, 7 Jun 2013 00:08:52 +0000 (10:08 +1000)
committerStephen Rothwell <sfr@canb.auug.org.au>
Fri, 7 Jun 2013 05:42:49 +0000 (15:42 +1000)
commit7f4e0ca9caaef9eed535fc45f037fd37a4a75634
tree8ae53b2d8222a4e7d8a9271964e83aa58b439f99
parentee7580ad32e4b90fb9f8f705fbd7f45f12ccb120
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>
drivers/rtc/rtc-omap.c