diff options
| -rw-r--r-- | arch/x86/include/asm/mpspec.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/arch/x86/include/asm/mpspec.h b/arch/x86/include/asm/mpspec.h index d8bf23a88d05..29994f06c7e2 100644 --- a/arch/x86/include/asm/mpspec.h +++ b/arch/x86/include/asm/mpspec.h | |||
| @@ -106,10 +106,6 @@ struct device; | |||
| 106 | extern int mp_register_gsi(struct device *dev, u32 gsi, int edge_level, | 106 | extern int mp_register_gsi(struct device *dev, u32 gsi, int edge_level, |
| 107 | int active_high_low); | 107 | int active_high_low); |
| 108 | extern int acpi_probe_gsi(void); | 108 | extern int acpi_probe_gsi(void); |
| 109 | #ifdef CONFIG_X86_IO_APIC | ||
| 110 | extern int mp_find_ioapic(int gsi); | ||
| 111 | extern int mp_find_ioapic_pin(int ioapic, int gsi); | ||
| 112 | #endif | ||
| 113 | #else /* !CONFIG_ACPI: */ | 109 | #else /* !CONFIG_ACPI: */ |
| 114 | static inline int acpi_probe_gsi(void) | 110 | static inline int acpi_probe_gsi(void) |
| 115 | { | 111 | { |
