]> git.baikalelectronics.ru Git - kernel.git/commit
drivers/rtc/rtc-rs5c313.c: include <linux/io.h> instead of <asm/io.h>
authorSachin Kamat <sachin.kamat@linaro.org>
Wed, 3 Jul 2013 22:06:03 +0000 (15:06 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Wed, 3 Jul 2013 23:07:48 +0000 (16:07 -0700)
commit74cccfe4a9d23308bc4502a9a0b0a500a8000040
treeb3b3c80d23f22ac0ecc697d6e0543407dd1462eb
parentcde05813240a26266d7af904ec0b55e23009cd0a
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>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
drivers/rtc/rtc-rs5c313.c