arch/mn10300/kernel/irq.c: fix build

Addresses https://bugzilla.kernel.org/show_bug.cgi?id=25702

Reported-by: Martin Ettl <ettl.martin@gmx.de>
Cc: David Howells <dhowells@redhat.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>

authored by Andrew Morton and committed by Linus Torvalds d9a1abe4 867c2026

Changed files
+1 -1
arch
mn10300
kernel
+1 -1
arch/mn10300/kernel/irq.c
··· 459 459 tmp = CROSS_GxICR(irq, new); 460 460 461 461 x &= GxICR_LEVEL | GxICR_ENABLE; 462 - if (GxICR(irq) & GxICR_REQUEST) { 462 + if (GxICR(irq) & GxICR_REQUEST) 463 463 x |= GxICR_REQUEST | GxICR_DETECT; 464 464 CROSS_GxICR(irq, new) = x; 465 465 tmp = CROSS_GxICR(irq, new);