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:
3b71e9e
)
x86: fix unused variable warning in arch/x86/kernel/hpet.c
author
Ingo Molnar
<mingo@elte.hu>
Tue, 25 Nov 2008 07:42:01 +0000
(08:42 +0100)
committer
Ingo Molnar
<mingo@elte.hu>
Tue, 25 Nov 2008 08:03:43 +0000
(09:03 +0100)
Impact: fix build warning
this warning:
arch/x86/kernel/hpet.c:36: warning: ‘hpet_num_timers’ defined but not used
Triggers because hpet_num_timers is unused in the !CONFIG_PCI_MSI case.
Signed-off-by: Ingo Molnar <mingo@elte.hu>
No differences found