x86: hypervisor - fix sparse warnings
authorHannes Eder <hannes@hanneseder.net>
Fri, 21 Nov 2008 21:56:17 +0000 (22:56 +0100)
committerIngo Molnar <mingo@elte.hu>
Sun, 23 Nov 2008 10:11:52 +0000 (11:11 +0100)
Impact: fix sparse build warning

Fix the following sparse warnings:

  arch/x86/kernel/cpu/hypervisor.c:37:15: warning: symbol
  'get_hypervisor_tsc_freq' was not declared. Should it be static?
  arch/x86/kernel/cpu/hypervisor.c:53:16: warning: symbol
  'init_hypervisor' was not declared. Should it be static?

Signed-off-by: Hannes Eder <hannes@hanneseder.net>
Cc: "Alok N Kataria" <akataria@vmware.com>
Cc: "Dan Hecht" <dhecht@vmware.com>
Signed-off-by: Ingo Molnar <mingo@elte.hu>

No differences found