summaryrefslogtreecommitdiff
path: root/arch/i386/kernel/timers/timer_cyclone.c
diff options
context:
space:
mode:
authorIngo Molnar <mingo@elte.hu>2005-06-30 09:58:55 (GMT)
committerLinus Torvalds <torvalds@ppc970.osdl.org>2005-06-30 15:45:10 (GMT)
commit306e440daf5f40b195afd83d05dee89fa63189e7 (patch)
tree1f72d9d8df95a60e09968980ba6da6e8bb3d7dcf /arch/i386/kernel/timers/timer_cyclone.c
parentbcbda35ca7470bf0123a7ae685899776f67814b2 (diff)
downloadlinux-fsl-qoriq-306e440daf5f40b195afd83d05dee89fa63189e7.tar.xz
[PATCH] x86: i8253/i8259A lock cleanup
Introduce proper declarations for i8253_lock and i8259A_lock. Signed-off-by: Ingo Molnar <mingo@elte.hu> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'arch/i386/kernel/timers/timer_cyclone.c')
-rw-r--r--arch/i386/kernel/timers/timer_cyclone.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/i386/kernel/timers/timer_cyclone.c b/arch/i386/kernel/timers/timer_cyclone.c
index f6f1206..13892a6 100644
--- a/arch/i386/kernel/timers/timer_cyclone.c
+++ b/arch/i386/kernel/timers/timer_cyclone.c
@@ -17,9 +17,9 @@
#include <asm/io.h>
#include <asm/pgtable.h>
#include <asm/fixmap.h>
-#include "io_ports.h"
+#include <asm/i8253.h>
-extern spinlock_t i8253_lock;
+#include "io_ports.h"
/* Number of usecs that the last interrupt was delayed */
static int delay_at_last_interrupt;