hw/ppc/prep: Drop useless inclusion of "hw/input/i8042.h"
commit7cbf3f113a52947a77b88132915f136bd8450e56
authorPhilippe Mathieu-Daudé <philmd@redhat.com>
Sat, 16 Mar 2019 20:15:28 +0000 (16 21:15 +0100)
committerDavid Gibson <david@gibson.dropbear.id.au>
Fri, 26 Apr 2019 00:41:23 +0000 (26 10:41 +1000)
treedc344d1527aa6dd01d42c7cf9dc4132bbc6d267f
parentec132efaa81f09861a3bd6afad94827e74543b3f
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>
hw/ppc/prep.c