From: Alan Cox Date: Wed, 7 Nov 2007 16:53:00 +0000 (+0000) Subject: frv: Remove bogus NO_IRQ = -1 define X-Git-Tag: v2.6.24-rc3~177 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b2f051ae390432789f2b02fe451aa23ae2698e3d;p=pandora-kernel.git 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 Acked-by: David Howells Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed