[<prev] [next>] [day] [month] [year] [list]
Message-Id: <1341487844-26689-1-git-send-email-sachin.kamat@linaro.org>
Date: Thu, 5 Jul 2012 17:00:44 +0530
From: Sachin Kamat <sachin.kamat@...aro.org>
To: rtc-linux@...glegroups.com
Cc: linux-kernel@...r.kernel.org, a.zummo@...ertech.it,
akpm@...ux-foundation.org, sachin.kamat@...aro.org,
patches@...aro.org
Subject: [PATCH 1/1] rtc: rtc-s3c: Replace #include header files from asm/* to linux/*
Fixes the following checkpatch warnings:
WARNING: Use #include <linux/uaccess.h> instead of <asm/uaccess.h>
WARNING: Use #include <linux/io.h> instead of <asm/io.h>
Signed-off-by: Sachin Kamat <sachin.kamat@...aro.org>
---
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 <linux/log2.h>
#include <linux/slab.h>
#include <linux/of.h>
+#include <linux/uaccess.h>
+#include <linux/io.h>
#include <mach/hardware.h>
-#include <asm/uaccess.h>
-#include <asm/io.h>
#include <asm/irq.h>
#include <plat/regs-rtc.h>
--
1.7.4.1
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists