diff options
| author | Linus Torvalds <torvalds@home.transmeta.com> | 2002-12-01 02:42:15 -0800 |
|---|---|---|
| committer | James Bottomley <jejb@raven.il.steeleye.com> | 2002-12-01 02:42:15 -0800 |
| commit | f1d4b51f15c188e114cbd0a2ff3f89dfd13236b7 (patch) | |
| tree | fde7735968fd508ac6b98ec8146f2492a0d06a4f | |
| parent | fcddcde878ef04a76c70e453dd0820d74258dfae (diff) | |
Include the proper header file instead of trying
to declare things on your own!
| -rw-r--r-- | drivers/pci/quirks.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/pci/quirks.c b/drivers/pci/quirks.c index a4d0cd02d05d..368628cc6457 100644 --- a/drivers/pci/quirks.c +++ b/drivers/pci/quirks.c @@ -301,7 +301,8 @@ static void __devinit quirk_vt82c686_acpi(struct pci_dev *dev) #ifdef CONFIG_X86_IO_APIC -extern int nr_ioapics; + +#include <asm/io_apic.h> /* * VIA 686A/B: If an IO-APIC is active, we need to route all on-chip |
