Revert "KVM: allow host header to be included even for !CONFIG_KVM"

This reverts commit f445f11eb2cc265dd47da5b2e864df46cd6e5a82 as
it breaks PPC with CONFIG_KVM=n.

Signed-off-by: Marcelo Tosatti <mtosatti@redhat.com>

Changed files
+1 -6
include
linux
+1 -6
include/linux/kvm_host.h
··· 1 1 #ifndef __KVM_HOST_H 2 2 #define __KVM_HOST_H 3 3 4 - #if IS_ENABLED(CONFIG_KVM) 5 - 6 4 /* 7 5 * This work is licensed under the terms of the GNU GPL, version 2. See 8 6 * the COPYING file in the top-level directory. ··· 1055 1057 } 1056 1058 1057 1059 #endif /* CONFIG_HAVE_KVM_CPU_RELAX_INTERCEPT */ 1058 - #else 1059 - static inline void __guest_enter(void) { return; } 1060 - static inline void __guest_exit(void) { return; } 1061 - #endif /* IS_ENABLED(CONFIG_KVM) */ 1062 1060 #endif 1061 +