aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndre Przywara <andre.przywara@arm.com>2015-06-01 15:51:13 +0100
committerWill Deacon <will.deacon@arm.com>2015-06-01 17:54:09 +0100
commiteaf4f9656170b6e6153b52cd2c158facb9e11c5d (patch)
treea5271a6e0961d6f12f038dab035df04bef63dad1
parent9759db0dd916586ff022f5d16bde5ab52cc05e83 (diff)
downloadkvmtool-eaf4f9656170b6e6153b52cd2c158facb9e11c5d.tar.gz
kvmtool: remove no longer needed kvm/types.h
include/kvm/types.h seemed to be in use once, but it does no longer contain any useful definition. Remove it. Signed-off-by: Andre Przywara <andre.przywara@arm.com> Signed-off-by: Will Deacon <will.deacon@arm.com>
-rw-r--r--include/kvm/types.h7
-rw-r--r--virtio/net.c1
2 files changed, 0 insertions, 8 deletions
diff --git a/include/kvm/types.h b/include/kvm/types.h
deleted file mode 100644
index 0cbc5fbc..00000000
--- a/include/kvm/types.h
+++ /dev/null
@@ -1,7 +0,0 @@
-#ifndef KVM_TYPES_H
-#define KVM_TYPES_H
-
-/* FIXME: include/linux/if_tun.h and include/linux/if_ether.h complains */
-#define __be16 u16
-
-#endif /* KVM_TYPES_H */
diff --git a/virtio/net.c b/virtio/net.c
index 25b9496e..077efbf6 100644
--- a/virtio/net.c
+++ b/virtio/net.c
@@ -1,7 +1,6 @@
#include "kvm/virtio-pci-dev.h"
#include "kvm/virtio-net.h"
#include "kvm/virtio.h"
-#include "kvm/types.h"
#include "kvm/mutex.h"
#include "kvm/util.h"
#include "kvm/kvm.h"