Skip to content
Commit b14769d9 authored by Greg Ungerer's avatar Greg Ungerer
Browse files

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: default avatarGreg Ungerer <gerg@uclinux.org>
parent 982cd252
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment