m68knommu: fix mis-named variable int set_irq_chip loop
authorGreg Ungerer <gerg@uclinux.org>
Tue, 8 Feb 2011 04:40:44 +0000 (14:40 +1000)
committerGreg Ungerer <gerg@uclinux.org>
Tue, 15 Feb 2011 23:43:16 +0000 (09:43 +1000)
commitb14769d94f697b118d960d7f73eb60ff7fa59af0
tree0b92d3be60daf349913e6b739491cb329909efc0
parent982cd252ca0b63c11fe398c09c6f2b41217c78c0
m68knommu: fix mis-named variable int set_irq_chip loop

Compiling for 68360 targets gives:

  CC      arch/m68knommu/platform/68360/ints.o
arch/m68knommu/platform/68360/ints.c: In function ‘init_IRQ’:
arch/m68knommu/platform/68360/ints.c:135:16: error: ‘irq’ undeclared (first use in this function)
arch/m68knommu/platform/68360/ints.c:135:16: note: each undeclared identifier is reported only once for each function it appears in

Fix variable name used.

Signed-off-by: Greg Ungerer <gerg@uclinux.org>
arch/m68knommu/platform/68360/ints.c