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-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=dbd9acbef2f178e74c2f2def23eb4e8c2bd14270;p=people%2Fsstabellini%2Flinux-pvhvm-deprecated.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 7e6af0b22f1..bfbd92c8d1c 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