From d4a3ef69703e289af7b08122d969e72af799d15f Mon Sep 17 00:00:00 2001 From: Stefan Weil Date: Tue, 24 May 2011 19:42:51 +0200 Subject: [PATCH] target-s390x: Fix build for non-linux hosts linux/kvm.h is not always available for compilation. Neither linux/kvm.h nor kvm.h are needed, so remove both which also fixes the build problem for non-linux hosts. Cc: Alexander Graf Signed-off-by: Stefan Weil Signed-off-by: Alexander Graf --- target-s390x/helper.c | 5 ----- 1 file changed, 5 deletions(-) diff --git a/target-s390x/helper.c b/target-s390x/helper.c index c79af4669..745d8c52b 100644 --- a/target-s390x/helper.c +++ b/target-s390x/helper.c @@ -28,11 +28,6 @@ #include "qemu-common.h" #include "qemu-timer.h" -#if !defined(CONFIG_USER_ONLY) -#include -#include "kvm.h" -#endif - //#define DEBUG_S390 //#define DEBUG_S390_PTE //#define DEBUG_S390_STDOUT