From: Ingo Molnar Date: Tue, 25 Nov 2008 07:42:01 +0000 (+0100) Subject: x86: fix unused variable warning in arch/x86/kernel/hpet.c X-Git-Tag: v2.6.29-rc1~587^2~4^27~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e951e4af2e399c46891004d4931333d2d8d520ab;p=pandora-kernel.git 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 --- Reading git-diff-tree failed