diff options
author | Huang Weiyi <weiyi.huang@gmail.com> | 2008-10-19 03:27:25 (GMT) |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2008-10-20 15:52:34 (GMT) |
commit | d12a6f7f913afb2c6f5de44cbac1bb7232a03175 (patch) | |
tree | 061f95cc33cd9351729f1d6f4baa23f0620ccb13 /arch | |
parent | bde5ab65581a63e9f4f4bacfae8f201d04d25bed (diff) | |
download | linux-d12a6f7f913afb2c6f5de44cbac1bb7232a03175.tar.xz |
arch/m68k/bvme6000/rtc.c: remove duplicated include
Removed duplicated include file <linux/smp_lock.h> in
arch/m68k/bvme6000/rtc.c.
Signed-off-by: Huang Weiyi <weiyi.huang@gmail.com>
Cc: Geert Uytterhoeven <geert@linux-m68k.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/m68k/bvme6000/rtc.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/m68k/bvme6000/rtc.c b/arch/m68k/bvme6000/rtc.c index 808c901..c50bec8 100644 --- a/arch/m68k/bvme6000/rtc.c +++ b/arch/m68k/bvme6000/rtc.c @@ -18,7 +18,6 @@ #include <linux/poll.h> #include <linux/module.h> #include <linux/mc146818rtc.h> /* For struct rtc_time and ioctls, etc */ -#include <linux/smp_lock.h> #include <linux/bcd.h> #include <asm/bvme6000hw.h> |