diff options
author | Philippe Mathieu-Daudé | 2019-04-12 18:54:08 +0200 |
---|---|---|
committer | Peter Maydell | 2019-04-29 18:57:21 +0200 |
commit | ee2ccc57e96f3f4a592d04d9f994226d470057bf (patch) | |
tree | 657f4c96a6c71141c49e8d22d02630b0651220df /hw/arm | |
parent | hw/display/tc6393xb: Remove unused functions (diff) | |
download | qemu-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')
-rw-r--r-- | hw/arm/tosa.c | 2 |
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" |