They are not used outside of the file. Signed-off-by: Gleb Natapov <gleb@xxxxxxxxxx> --- virt/kvm/kvm_main.c | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/virt/kvm/kvm_main.c b/virt/kvm/kvm_main.c index a60b6b0..630d122 100644 --- a/virt/kvm/kvm_main.c +++ b/virt/kvm/kvm_main.c @@ -93,8 +93,8 @@ static bool kvm_rebooting; static bool largepages_enabled = true; -struct page *hwpoison_page; -pfn_t hwpoison_pfn; +static struct page *hwpoison_page; +static pfn_t hwpoison_pfn; inline int kvm_is_mmio_pfn(pfn_t pfn) { -- 1.7.1 -- To unsubscribe from this list: send the line "unsubscribe kvm" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html