]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commit
[PATCH] io_apic.h needs apicdef.h
authorJean Delvare <khali@linux-fr.org>
Mon, 5 Mar 2007 08:30:06 +0000 (00:30 -0800)
committerLinus Torvalds <torvalds@woody.linux-foundation.org>
Mon, 5 Mar 2007 15:57:50 +0000 (07:57 -0800)
commit58a53b246b4aed95f3f93b45828c8d9f26b1cfcb
treecf2a7e30acbdbc3f8a314ec6c541bca5249ebcea
parentd5dedf99e4ca9860ce8a1dd42db1cb666c360632
[PATCH] io_apic.h needs apicdef.h

A -mm patch caused:

In file included from drivers/pci/quirks.c:532:
include/asm/io_apic.h:61: error: "MAX_IO_APICS" undeclared here (not in a function)

So let's include the needed header.

Signed-off-by: Jean Delvare <khali@linux-fr.org>
Cc: Andi Kleen <ak@suse.de>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
include/asm-i386/io_apic.h
include/asm-x86_64/io_apic.h