drivers/char/rtc.c: Removed duplicated include

From: Huang Weiyi
Date: Fri Jul 25 2008 - 11:30:57 EST


Removed duplicated include file <linux/smp_lock.h> in
drivers/char/rtc.c.

Signed-off-by: Huang Weiyi <weiyi.huang@xxxxxxxxx>

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@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/