diff options
author | Milind Arun Choudhary <milindchoudhary@gmail.com> | 2007-05-06 17:50:54 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@woody.linux-foundation.org> | 2007-05-07 15:12:59 -0400 |
commit | 241258d1cc4d3551608364cd678d5a85239ad481 (patch) | |
tree | 8489b00c837e01f22e84e1c7b310d3b255d9e5a1 /arch/m68k/mac | |
parent | edfe7a569687c2cd85e82eaecae5b260577accbb (diff) |
SPIN_LOCK_UNLOCKED cleanup in arch/m68k
SPIN_LOCK_UNLOCKED cleanup,use __SPIN_LOCK_UNLOCKED instead
Signed-off-by: Milind Arun Choudhary <milindchoudhary@gmail.com>
Cc: Geert Uytterhoeven <geert@linux-m68k.org>
Cc: Roman Zippel <zippel@linux-m68k.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'arch/m68k/mac')
-rw-r--r-- | arch/m68k/mac/macints.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/m68k/mac/macints.c b/arch/m68k/mac/macints.c index f6fcd754d8f6..0fc72d8f786e 100644 --- a/arch/m68k/mac/macints.c +++ b/arch/m68k/mac/macints.c | |||
@@ -219,7 +219,7 @@ static void mac_disable_irq(unsigned int irq); | |||
219 | 219 | ||
220 | static struct irq_controller mac_irq_controller = { | 220 | static struct irq_controller mac_irq_controller = { |
221 | .name = "mac", | 221 | .name = "mac", |
222 | .lock = SPIN_LOCK_UNLOCKED, | 222 | .lock = __SPIN_LOCK_UNLOCKED(mac_irq_controller.lock), |
223 | .enable = mac_enable_irq, | 223 | .enable = mac_enable_irq, |
224 | .disable = mac_disable_irq, | 224 | .disable = mac_disable_irq, |
225 | }; | 225 | }; |