[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>
This commit is contained in:
Jean Delvare 2007-03-05 00:30:06 -08:00 committed by Linus Torvalds
parent d5dedf99e4
commit 58a53b246b
2 changed files with 2 additions and 0 deletions

View File

@ -3,6 +3,7 @@
#include <asm/types.h>
#include <asm/mpspec.h>
#include <asm/apicdef.h>
/*
* Intel IO-APIC support for SMP and UP systems.

View File

@ -3,6 +3,7 @@
#include <asm/types.h>
#include <asm/mpspec.h>
#include <asm/apicdef.h>
/*
* Intel IO-APIC support for SMP and UP systems.