diff options
author | Len Brown <len.brown@intel.com> | 2007-08-25 04:19:05 +0200 |
---|---|---|
committer | Len Brown <len.brown@intel.com> | 2007-08-25 04:19:05 +0200 |
commit | 5a16eff86dc1194a17c69250492e820d828e3bde (patch) | |
tree | a0f990ce8682d7108f6fbd7f9d3c90a8d318d9b8 /include/asm-i386 | |
parent | Pull battery into release branch (diff) | |
parent | ACPI: boot correctly with "nosmp" or "maxcpus=0" (diff) | |
download | linux-5a16eff86dc1194a17c69250492e820d828e3bde.tar.xz linux-5a16eff86dc1194a17c69250492e820d828e3bde.zip |
Pull bugzilla-1641 into release branch
Diffstat (limited to 'include/asm-i386')
-rw-r--r-- | include/asm-i386/io_apic.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/asm-i386/io_apic.h b/include/asm-i386/io_apic.h index 340764076d5f..dbe734ddf2af 100644 --- a/include/asm-i386/io_apic.h +++ b/include/asm-i386/io_apic.h @@ -150,7 +150,6 @@ extern int (*ioapic_renumber_irq)(int ioapic, int irq); #else /* !CONFIG_X86_IO_APIC */ #define io_apic_assign_pci_irqs 0 -static inline void disable_ioapic_setup(void) { } #endif #endif |