aboutsummaryrefslogtreecommitdiffstats
path: root/arch/m68k/apollo/dn_ints.c
diff options
context:
space:
mode:
Diffstat (limited to 'arch/m68k/apollo/dn_ints.c')
-rw-r--r--arch/m68k/apollo/dn_ints.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/m68k/apollo/dn_ints.c b/arch/m68k/apollo/dn_ints.c
index 4274af125998..13bd41bed28e 100644
--- a/arch/m68k/apollo/dn_ints.c
+++ b/arch/m68k/apollo/dn_ints.c
@@ -31,7 +31,7 @@ void apollo_irq_shutdown(unsigned int irq)
31 31
32static struct irq_controller apollo_irq_controller = { 32static struct irq_controller apollo_irq_controller = {
33 .name = "apollo", 33 .name = "apollo",
34 .lock = SPIN_LOCK_UNLOCKED, 34 .lock = __SPIN_LOCK_UNLOCKED(apollo_irq_controller.lock),
35 .startup = apollo_irq_startup, 35 .startup = apollo_irq_startup,
36 .shutdown = apollo_irq_shutdown, 36 .shutdown = apollo_irq_shutdown,
37}; 37};