x86: fix unused variable warning in arch/x86/kernel/hpet.c
authorIngo Molnar <mingo@elte.hu>
Tue, 25 Nov 2008 07:42:01 +0000 (08:42 +0100)
committerIngo Molnar <mingo@elte.hu>
Tue, 25 Nov 2008 08:03:43 +0000 (09:03 +0100)
commite951e4af2e399c46891004d4931333d2d8d520ab
tree9cd27c348edd8d46b1d4850fa2ab3e4bc307e2e0
parent3b71e9e307b3406aa29960a7428247f8a48b810c
x86: fix unused variable warning in arch/x86/kernel/hpet.c

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>
arch/x86/kernel/hpet.c
This page took 0.024335 seconds and 5 git commands to generate.