From: Geoff Levand Date: Fri, 5 Apr 2013 19:20:30 +0000 (+0000) Subject: KVM: Move kvm_rebooting declaration out of x86 X-Git-Tag: omap-for-v3.10/dt-fixes-for-merge-window~32^2~65 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8b415dcd762607379cf0a69c9dd25940da1d174e;p=pandora-kernel.git KVM: Move kvm_rebooting declaration out of x86 The variable kvm_rebooting is a common kvm variable, so move its declaration from arch/x86/include/asm/kvm_host.h to include/asm/kvm_host.h. Fixes this sparse warning when building on arm64: virt/kvm/kvm_main.c:warning: symbol 'kvm_rebooting' was not declared. Should it be static? Signed-off-by: Geoff Levand Signed-off-by: Gleb Natapov --- Reading git-diff-tree failed