aboutsummaryrefslogtreecommitdiffstats
path: root/arch/m68k/q40
diff options
context:
space:
mode:
Diffstat (limited to 'arch/m68k/q40')
-rw-r--r--arch/m68k/q40/q40ints.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/m68k/q40/q40ints.c b/arch/m68k/q40/q40ints.c
index 31cc07d8cec4..2fb25ae46a8a 100644
--- a/arch/m68k/q40/q40ints.c
+++ b/arch/m68k/q40/q40ints.c
@@ -59,7 +59,7 @@ static void q40_irq_shutdown(unsigned int irq)
59 59
60static struct irq_controller q40_irq_controller = { 60static struct irq_controller q40_irq_controller = {
61 .name = "q40", 61 .name = "q40",
62 .lock = SPIN_LOCK_UNLOCKED, 62 .lock = __SPIN_LOCK_UNLOCKED(q40_irq_controller.lock),
63 .startup = q40_irq_startup, 63 .startup = q40_irq_startup,
64 .shutdown = q40_irq_shutdown, 64 .shutdown = q40_irq_shutdown,
65 .enable = q40_enable_irq, 65 .enable = q40_enable_irq,