mirror of
https://github.com/torvalds/linux.git
synced 2024-11-11 06:31:49 +00:00
x86 early quirks: eliminate unused function
Impact: cleanup this warning: arch/x86/kernel/early-quirks.c:99: warning: ‘ati_ixp4x0_rev’ defined but not used triggers because ati_ixp4x0_rev() is only used in the ACPI && X86_IO_APIC case. Signed-off-by: Ingo Molnar <mingo@elte.hu>
This commit is contained in:
parent
577c9c456f
commit
a59dacfdc9
@ -96,6 +96,7 @@ static void __init nvidia_bugs(int num, int slot, int func)
|
||||
|
||||
}
|
||||
|
||||
#if defined(CONFIG_ACPI) && defined(CONFIG_X86_IO_APIC)
|
||||
#if defined(CONFIG_ACPI) && defined(CONFIG_X86_IO_APIC)
|
||||
static u32 __init ati_ixp4x0_rev(int num, int slot, int func)
|
||||
{
|
||||
@ -114,6 +115,7 @@ static u32 __init ati_ixp4x0_rev(int num, int slot, int func)
|
||||
d &= 0xff;
|
||||
return d;
|
||||
}
|
||||
#endif
|
||||
|
||||
static void __init ati_bugs(int num, int slot, int func)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user