aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--arch/x86/kernel/early-quirks.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/x86/kernel/early-quirks.c b/arch/x86/kernel/early-quirks.c
index e5cc7e82e60d..e4bd78c160d8 100644
--- a/arch/x86/kernel/early-quirks.c
+++ b/arch/x86/kernel/early-quirks.c
@@ -98,7 +98,6 @@ static void __init nvidia_bugs(int num, int slot, int func)
98} 98}
99 99
100#if defined(CONFIG_ACPI) && defined(CONFIG_X86_IO_APIC) 100#if defined(CONFIG_ACPI) && defined(CONFIG_X86_IO_APIC)
101#if defined(CONFIG_ACPI) && defined(CONFIG_X86_IO_APIC)
102static u32 __init ati_ixp4x0_rev(int num, int slot, int func) 101static u32 __init ati_ixp4x0_rev(int num, int slot, int func)
103{ 102{
104 u32 d; 103 u32 d;
@@ -116,7 +115,6 @@ static u32 __init ati_ixp4x0_rev(int num, int slot, int func)
116 d &= 0xff; 115 d &= 0xff;
117 return d; 116 return d;
118} 117}
119#endif
120 118
121static void __init ati_bugs(int num, int slot, int func) 119static void __init ati_bugs(int num, int slot, int func)
122{ 120{