summaryrefslogtreecommitdiffstats
path: root/hw/ppc/prep.c
diff options
context:
space:
mode:
authorPhilippe Mathieu-Daudé2019-03-16 21:15:28 +0100
committerDavid Gibson2019-04-26 02:41:23 +0200
commit7cbf3f113a52947a77b88132915f136bd8450e56 (patch)
treedc344d1527aa6dd01d42c7cf9dc4132bbc6d267f /hw/ppc/prep.c
parentspapr: Support NVIDIA V100 GPU with NVLink2 (diff)
downloadqemu-7cbf3f113a52947a77b88132915f136bd8450e56.tar.gz
qemu-7cbf3f113a52947a77b88132915f136bd8450e56.tar.xz
qemu-7cbf3f113a52947a77b88132915f136bd8450e56.zip
hw/ppc/prep: Drop useless inclusion of "hw/input/i8042.h"
In commit 47973a2dbf we split the last generic chipset out of the PC board, but missed to remove the i8042 keyboard controller. This omission was later fixed in commit 7cb00357c1, but here we forgot to remove the "i8042.h" include. Do it now. Signed-off-by: Philippe Mathieu-Daudé <philmd@redhat.com> Message-Id: <20190316201528.9140-1-philmd@redhat.com> Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
Diffstat (limited to 'hw/ppc/prep.c')
-rw-r--r--hw/ppc/prep.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/hw/ppc/prep.c b/hw/ppc/prep.c
index 847d320465..b7f459d475 100644
--- a/hw/ppc/prep.c
+++ b/hw/ppc/prep.c
@@ -40,7 +40,6 @@
#include "hw/ide.h"
#include "hw/loader.h"
#include "hw/timer/mc146818rtc.h"
-#include "hw/input/i8042.h"
#include "hw/isa/pc87312.h"
#include "hw/net/ne2000-isa.h"
#include "sysemu/arch_init.h"