From: Sachin Kamat Date: Mon, 30 Jul 2012 21:41:48 +0000 (-0700) Subject: drivers/rtc/rtc-s3c.c: replace #include header files from asm/* to linux/* X-Git-Tag: v3.6-rc1~41^2~44 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=dbd9acbef2f178e74c2f2def23eb4e8c2bd14270;p=platform%2Fkernel%2Flinux-exynos.git drivers/rtc/rtc-s3c.c: replace #include header files from asm/* to linux/* Fixes the following checkpatch warnings: WARNING: Use #include instead of WARNING: Use #include instead of Signed-off-by: Sachin Kamat Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- diff --git a/drivers/rtc/rtc-s3c.c b/drivers/rtc/rtc-s3c.c index 7e6af0b22f17..bfbd92c8d1c9 100644 --- a/drivers/rtc/rtc-s3c.c +++ b/drivers/rtc/rtc-s3c.c @@ -26,10 +26,10 @@ #include #include #include +#include +#include #include -#include -#include #include #include