Date: Fri Jan 14 03:03:23 2005 +0000
authorRalf Baechle <ralf@linux-mips.org>
Fri, 14 Jan 2005 03:03:23 +0000 (03:03 +0000)
committerRalf Baechle <ralf@linux-mips.org>
Sat, 29 Oct 2005 18:32:39 +0000 (19:32 +0100)
Locking cleanups.

Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
arch/mips/kernel/i8259.c

index 9115374..b974ac9 100644 (file)
@@ -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)
 {