From: Avi Kivity Date: Wed, 17 Nov 2010 11:40:50 +0000 (+0200) Subject: KVM: x86 emulator: drop unused #ifndef __KERNEL__ X-Git-Tag: v4.13~16344^2~80 X-Git-Url: https://git.proxmox.com/?a=commitdiff_plain;h=8a6bcaa6efeb7f970474890d4dcfe89774ff26a4;p=mirror_ubuntu-bionic-kernel.git KVM: x86 emulator: drop unused #ifndef __KERNEL__ Signed-off-by: Avi Kivity Signed-off-by: Marcelo Tosatti --- diff --git a/arch/x86/kvm/emulate.c b/arch/x86/kvm/emulate.c index 38b6e8dafaff..ffd6e017b619 100644 --- a/arch/x86/kvm/emulate.c +++ b/arch/x86/kvm/emulate.c @@ -20,16 +20,9 @@ * From: xen-unstable 10676:af9809f51f81a3c43f276f00c81a52ef558afda4 */ -#ifndef __KERNEL__ -#include -#include -#include -#define DPRINTF(_f, _a ...) printf(_f , ## _a) -#else #include #include "kvm_cache_regs.h" #define DPRINTF(x...) do {} while (0) -#endif #include #include