summaryrefslogtreecommitdiffstats
path: root/hw/arm/tosa.c
diff options
context:
space:
mode:
authorPhilippe Mathieu-Daudé2019-04-12 18:54:08 +0200
committerPeter Maydell2019-04-29 18:57:21 +0200
commitee2ccc57e96f3f4a592d04d9f994226d470057bf (patch)
tree657f4c96a6c71141c49e8d22d02630b0651220df /hw/arm/tosa.c
parenthw/display/tc6393xb: Remove unused functions (diff)
downloadqemu-ee2ccc57e96f3f4a592d04d9f994226d470057bf.tar.gz
qemu-ee2ccc57e96f3f4a592d04d9f994226d470057bf.tar.xz
qemu-ee2ccc57e96f3f4a592d04d9f994226d470057bf.zip
hw/devices: Move TC6393XB declarations into a new header
Reviewed-by: Markus Armbruster <armbru@redhat.com> Signed-off-by: Philippe Mathieu-Daudé <philmd@redhat.com> Message-id: 20190412165416.7977-5-philmd@redhat.com Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Diffstat (limited to 'hw/arm/tosa.c')
-rw-r--r--hw/arm/tosa.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/arm/tosa.c b/hw/arm/tosa.c
index eef9d427e7..9a1247797f 100644
--- a/hw/arm/tosa.c
+++ b/hw/arm/tosa.c
@@ -16,10 +16,10 @@
#include "hw/hw.h"
#include "hw/arm/pxa.h"
#include "hw/arm/arm.h"
-#include "hw/devices.h"
#include "hw/arm/sharpsl.h"
#include "hw/pcmcia.h"
#include "hw/boards.h"
+#include "hw/display/tc6393xb.h"
#include "hw/i2c/i2c.h"
#include "hw/ssi/ssi.h"
#include "hw/sysbus.h"