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