[PATCH] i386: include linux/irq.h rather than asm/hw_irq.h
authorNick Piggin <nickpiggin@yahoo.com.au>
Fri, 30 Sep 2005 16:34:42 +0000 (02:34 +1000)
committerLinus Torvalds <torvalds@g5.osdl.org>
Fri, 30 Sep 2005 17:58:37 +0000 (10:58 -0700)
I need the following patch to compile -git8 here, otherwise these
files fail to compile (asm/hw_irq.h needs definitions from
linux/irq.h and that file provides the required include ordering).

I did not do a full audit, though there looks to be many other
places that should get the same treatment, if this is  the right
way to do it.

Signed-off-by: Linus Torvalds <torvalds@osdl.org>

No differences found