From: Ralf Baechle Date: Fri, 14 Jan 2005 03:03:23 +0000 (+0000) Subject: Date: Fri Jan 14 03:03:23 2005 +0000 X-Git-Tag: v2.6.15-rc1~731^2~1^2~33 X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9383292f179e1907e7e7ade539ac8fd3b65c1e97;p=linux-2.6 Date: Fri Jan 14 03:03:23 2005 +0000 Locking cleanups. Signed-off-by: Ralf Baechle --- diff --git a/arch/mips/kernel/i8259.c b/arch/mips/kernel/i8259.c index 911537413b..b974ac9057 100644 --- a/arch/mips/kernel/i8259.c +++ b/arch/mips/kernel/i8259.c @@ -31,7 +31,7 @@ void disable_8259A_irq(unsigned int irq); * moves to arch independent land */ -spinlock_t DEFINE_SPINLOCK(i8259A_lock); +DEFINE_SPINLOCK(i8259A_lock); static void end_8259A_irq (unsigned int irq) {