target-s390x: Fix build for non-linux hosts
commitd4a3ef69703e289af7b08122d969e72af799d15f
authorStefan Weil <weil@mail.berlios.de>
Tue, 24 May 2011 17:42:51 +0000 (24 19:42 +0200)
committerAlexander Graf <agraf@suse.de>
Fri, 3 Jun 2011 11:34:01 +0000 (3 13:34 +0200)
treeae9cc608598ff3fc55f2287dd1f771f9611360f1
parent39f4107981c9c9a5c9af6067cfbb4272a8112923
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>
target-s390x/helper.c