Commit 9383292f179e1907e7e7ade539ac8fd3b65c1e97

Authored by Ralf Baechle
1 parent 8592d4c00e

Date: Fri Jan 14 03:03:23 2005 +0000

Locking cleanups.

Signed-off-by: Ralf Baechle <ralf@linux-mips.org>

Showing 1 changed file with 1 additions and 1 deletions Side-by-side Diff

arch/mips/kernel/i8259.c
... ... @@ -31,7 +31,7 @@
31 31 * moves to arch independent land
32 32 */
33 33  
34   -spinlock_t DEFINE_SPINLOCK(i8259A_lock);
  34 +DEFINE_SPINLOCK(i8259A_lock);
35 35  
36 36 static void end_8259A_irq (unsigned int irq)
37 37 {