commit | b33fa1f3c3ec05e54e73f06c4578948c55d89ef6 | [log] [tgz] |
---|---|---|
author | Nick Piggin <nickpiggin@yahoo.com.au> | Sat Oct 01 02:34:42 2005 +1000 |
committer | Linus Torvalds <torvalds@g5.osdl.org> | Fri Sep 30 10:58:37 2005 -0700 |
tree | dd3c961546dedc360487f5188dc36baa7daefb01 | |
parent | 03cdc0c304e1c068d49adc32264f07af76253e4c [diff] |
[PATCH] i386: include linux/irq.h rather than asm/hw_irq.h 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>