diff options
author | Huang Weiyi <weiyi.huang@gmail.com> | 2008-10-18 20:27:25 -0700 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2008-10-20 08:52:34 -0700 |
commit | d12a6f7f913afb2c6f5de44cbac1bb7232a03175 (patch) | |
tree | 061f95cc33cd9351729f1d6f4baa23f0620ccb13 /arch/m68k | |
parent | bde5ab65581a63e9f4f4bacfae8f201d04d25bed (diff) | |
download | linux-3.10-d12a6f7f913afb2c6f5de44cbac1bb7232a03175.tar.gz linux-3.10-d12a6f7f913afb2c6f5de44cbac1bb7232a03175.tar.bz2 linux-3.10-d12a6f7f913afb2c6f5de44cbac1bb7232a03175.zip |
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/m68k')
-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 808c9018b11..c50bec8aabb 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> |