diff options
author | Stefan Weil <weil@mail.berlios.de> | 2011-05-24 19:42:51 +0200 |
---|---|---|
committer | Alexander Graf <agraf@suse.de> | 2011-06-03 13:34:01 +0200 |
commit | d4a3ef69703e289af7b08122d969e72af799d15f (patch) | |
tree | ae9cc608598ff3fc55f2287dd1f771f9611360f1 | |
parent | 39f4107981c9c9a5c9af6067cfbb4272a8112923 (diff) |
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 <agraf@suse.de>
Signed-off-by: Stefan Weil <weil@mail.berlios.de>
Signed-off-by: Alexander Graf <agraf@suse.de>
-rw-r--r-- | target-s390x/helper.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/target-s390x/helper.c b/target-s390x/helper.c index c79af46693..745d8c52bb 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 <linux/kvm.h> -#include "kvm.h" -#endif - //#define DEBUG_S390 //#define DEBUG_S390_PTE //#define DEBUG_S390_STDOUT |