summaryrefslogtreecommitdiffstats
path: root/hw/i386/vmport.c
diff options
context:
space:
mode:
authorPhilippe Mathieu-Daudé2020-05-04 10:33:40 +0200
committerMichael S. Tsirkin2020-05-04 16:25:03 +0200
commitc7358f4ee13de0e546ff457da95a9026098e37a9 (patch)
tree342460e98558a1715445bd40c0714def3e4ea975 /hw/i386/vmport.c
parenthw/i386/pc: Create 'vmport' device in place (diff)
downloadqemu-c7358f4ee13de0e546ff457da95a9026098e37a9.tar.gz
qemu-c7358f4ee13de0e546ff457da95a9026098e37a9.tar.xz
qemu-c7358f4ee13de0e546ff457da95a9026098e37a9.zip
hw/i386/vmport: Remove unused 'hw/input/i8042.h' include
Remove unused "hw/input/i8042.h" include. Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org> Message-Id: <20200504083342.24273-3-f4bug@amsat.org> Reviewed-by: Michael S. Tsirkin <mst@redhat.com> Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
Diffstat (limited to 'hw/i386/vmport.c')
-rw-r--r--hw/i386/vmport.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/hw/i386/vmport.c b/hw/i386/vmport.c
index 1f31e27c8a..114141c6f3 100644
--- a/hw/i386/vmport.c
+++ b/hw/i386/vmport.c
@@ -24,7 +24,6 @@
#include "qemu/osdep.h"
#include "hw/isa/isa.h"
#include "hw/i386/pc.h"
-#include "hw/input/i8042.h"
#include "sysemu/hw_accel.h"
#include "qemu/log.h"
#include "trace.h"