git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
577c9c4
)
x86 early quirks: eliminate unused function
author
Ingo Molnar
<mingo@elte.hu>
Fri, 17 Oct 2008 12:38:08 +0000
(14:38 +0200)
committer
Ingo Molnar
<mingo@elte.hu>
Wed, 8 Apr 2009 12:16:32 +0000
(14:16 +0200)
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>
No differences found