]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
drivers/rtc/rtc-rs5c313.c: include <linux/io.h> instead of <asm/io.h>
authorSachin Kamat <sachin.kamat@linaro.org>
Thu, 23 May 2013 00:37:38 +0000 (10:37 +1000)
committerStephen Rothwell <sfr@canb.auug.org.au>
Mon, 27 May 2013 06:09:16 +0000 (16:09 +1000)
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: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
Cc: Jingoo Han <jg1.han@samsung.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
drivers/rtc/rtc-rs5c313.c

index 8089fc63e403c11601994b79ca3b97566f4dcc25..b603cc41ea7797aa4885c10c9dde10e156c087a0 100644 (file)
@@ -47,7 +47,7 @@
 #include <linux/platform_device.h>
 #include <linux/bcd.h>
 #include <linux/delay.h>
-#include <asm/io.h>
+#include <linux/io.h>
 
 #define DRV_NAME       "rs5c313"
 #define DRV_VERSION    "1.13"