]> git.baikalelectronics.ru Git - kernel.git/commit
[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)
commit7263d8ca5599525acdba59f319b4d259534e73df
treedd3c961546dedc360487f5188dc36baa7daefb01
parent954851d6aa938bc9170153539c0e9c8c33a72419
[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>
arch/i386/kernel/acpi/boot.c
arch/i386/pci/acpi.c
arch/i386/pci/irq.c