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: firefly_0821_release~3680^2~2297^2~44 X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=dbd9acbef2f178e74c2f2def23eb4e8c2bd14270;p=firefly-linux-kernel-4.4.55.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