commit | 386eb6e8b3caface8a0514da70a47c05cabb5b96 | [log] [tgz] |
---|---|---|
author | Hannes Eder <hannes@hanneseder.net> | Tue Mar 10 22:51:09 2009 +0100 |
committer | Avi Kivity <avi@redhat.com> | Wed Jun 10 11:48:29 2009 +0300 |
tree | 6af78c17e8b8928ff999adbf93406dac28e998ff | |
parent | 0b5d7a2ccb98f0403b1969295429724af9dc9d8e [diff] |
KVM: make 'lapic_timer_ops' and 'kpit_ops' static Fix this sparse warnings: arch/x86/kvm/lapic.c:916:22: warning: symbol 'lapic_timer_ops' was not declared. Should it be static? arch/x86/kvm/i8254.c:268:22: warning: symbol 'kpit_ops' was not declared. Should it be static? Signed-off-by: Hannes Eder <hannes@hanneseder.net> Signed-off-by: Avi Kivity <avi@redhat.com>