ARM: orion5x: remove extraneous NO_IRQ
authorArnd Bergmann <arnd@arndb.de>
Tue, 6 Sep 2016 14:06:23 +0000 (16:06 +0200)
committerGregory CLEMENT <gregory.clement@free-electrons.com>
Wed, 14 Sep 2016 14:36:20 +0000 (16:36 +0200)
commit77a1c68a96f4e018860033f3827602014a4f1663
tree3d8beb8caf590c2b6a162bdbc61dffc2661d64a1
parentfe158a17c1e0d477f08990f426f30e13eb3c8851
ARM: orion5x: remove extraneous NO_IRQ

rd88f6183ap-ge passes NO_IRQ as the interrupt line for its m25p80
NOR flash. However, this device never uses an interrupt and the
driver doesn't care, so we can simply remove the deprecated constant
here.

Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Reviewed-by: Andrew Lunn <andrew@lunn.ch>
Signed-off-by: Gregory CLEMENT <gregory.clement@free-electrons.com>
arch/arm/mach-orion5x/rd88f6183ap-ge-setup.c