diff options
Diffstat (limited to 'arch/m68k/sun3')
-rw-r--r-- | arch/m68k/sun3/sun3ints.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/m68k/sun3/sun3ints.c b/arch/m68k/sun3/sun3ints.c index 4232a2c2fae9..50df34bf80e3 100644 --- a/arch/m68k/sun3/sun3ints.c +++ b/arch/m68k/sun3/sun3ints.c | |||
@@ -90,7 +90,7 @@ static void sun3_inthandle(unsigned int irq, struct pt_regs *fp) | |||
90 | 90 | ||
91 | static struct irq_controller sun3_irq_controller = { | 91 | static struct irq_controller sun3_irq_controller = { |
92 | .name = "sun3", | 92 | .name = "sun3", |
93 | .lock = SPIN_LOCK_UNLOCKED, | 93 | .lock = __SPIN_LOCK_UNLOCKED(sun3_irq_controller.lock), |
94 | .startup = m68k_irq_startup, | 94 | .startup = m68k_irq_startup, |
95 | .shutdown = m68k_irq_shutdown, | 95 | .shutdown = m68k_irq_shutdown, |
96 | .enable = sun3_enable_irq, | 96 | .enable = sun3_enable_irq, |