From patchwork Thu Jul 5 11:30:44 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [1/1] rtc: rtc-s3c: Replace #include header files from asm/* to linux/* Date: Thu, 05 Jul 2012 01:30:44 -0000 From: Sachin Kamat X-Patchwork-Id: 169127 Message-Id: <1341487844-26689-1-git-send-email-sachin.kamat@linaro.org> To: rtc-linux@googlegroups.com Cc: linux-kernel@vger.kernel.org, a.zummo@towertech.it, akpm@linux-foundation.org, sachin.kamat@linaro.org, patches@linaro.org Fixes the following checkpatch warnings: WARNING: Use #include instead of WARNING: Use #include instead of Signed-off-by: Sachin Kamat --- drivers/rtc/rtc-s3c.c | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/rtc/rtc-s3c.c b/drivers/rtc/rtc-s3c.c index 7e6af0b..bfbd92c 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