From: Philippe Mathieu-Daudé Date: Sat, 16 Mar 2019 20:15:28 +0000 (+0100) Subject: hw/ppc/prep: Drop useless inclusion of "hw/input/i8042.h" X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=7cbf3f113a52947a77b88132915f136bd8450e56;p=qemu.git 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é Message-Id: <20190316201528.9140-1-philmd@redhat.com> Signed-off-by: David Gibson --- 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"