Fixes: qemu/kvm-tpr-opt.c:119: warning: function declaration isn’t a prototype
Signed-off-by: Mark McLoughlin <[email protected]> --- qemu/kvm-tpr-opt.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/qemu/kvm-tpr-opt.c b/qemu/kvm-tpr-opt.c index 3aaa8a4..85fbbbc 100644 --- a/qemu/kvm-tpr-opt.c +++ b/qemu/kvm-tpr-opt.c @@ -115,7 +115,7 @@ static uint32_t vapic_phys; static int bios_enabled; static uint32_t vbios_desc_phys; -void update_vbios_real_tpr() +static void update_vbios_real_tpr(void) { cpu_physical_memory_rw(vbios_desc_phys, (void *)&vapic_bios, sizeof vapic_bios, 0); vapic_bios.real_tpr = real_tpr; -- 1.6.0.6 -- To unsubscribe from this list: send the line "unsubscribe kvm" in the body of a message to [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html
