OSDN Git Service

frv: Remove bogus NO_IRQ = -1 define
authorAlan Cox <alan@lxorguk.ukuu.org.uk>
Wed, 7 Nov 2007 16:53:00 +0000 (16:53 +0000)
committerLinus Torvalds <torvalds@woody.linux-foundation.org>
Fri, 9 Nov 2007 23:11:44 +0000 (15:11 -0800)
commitb2f051ae390432789f2b02fe451aa23ae2698e3d
tree8654a792f596a2bdd4a505d49f56935ff0c6ce37
parenta90fcf311199b0199e94e78fca899abf2aeb852b
frv: Remove bogus NO_IRQ = -1 define

The old NO_IRQ define some platforms had was long ago declared obsolete
and wrong. FRV should therefore not be re-introducing this, especially as
IRQs are usually unsigned in the kernel. The "no IRQ" case is defined to be
zero and Linus made this rather clear at the time.

arch/frv shows no dependancy on this but it might show up driver fixes
needing doing I guess

Signed-off-by: Alan Cox <alan@redhat.com>
Acked-by: David Howells <dhowells@redhat.com>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
include/asm-frv/irq.h