[<prev] [next>] [day] [month] [year] [list]
Message-Id: <20080725230642.9143.WEIYI.HUANG@gmail.com>
Date: Fri, 25 Jul 2008 23:30:18 +0800
From: Huang Weiyi <weiyi.huang@...il.com>
To: a.zummo@...ertech.it, p_gortmaker@...oo.com
Cc: rtc-linux@...glegroups.com, linux-kernel@...r.kernel.org
Subject: drivers/char/rtc.c: Removed duplicated include
Removed duplicated include file <linux/smp_lock.h> in
drivers/char/rtc.c.
Signed-off-by: Huang Weiyi <weiyi.huang@...il.com>
diff --git a/drivers/char/rtc.c b/drivers/char/rtc.c
index dbefbb3..985a917 100644
--- a/drivers/char/rtc.c
+++ b/drivers/char/rtc.c
@@ -78,7 +78,6 @@
#include <linux/wait.h>
#include <linux/bcd.h>
#include <linux/delay.h>
-#include <linux/smp_lock.h>
#include <linux/uaccess.h>
#include <asm/current.h>
--
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