summaryrefslogtreecommitdiffstats
path: root/hw/arm/integratorcp.c
diff options
context:
space:
mode:
authorPhilippe Mathieu-Daudé2019-04-12 18:54:16 +0200
committerPeter Maydell2019-04-29 18:57:21 +0200
commit437cc27ddfded3bbab6afd5ac1761e0e195edba7 (patch)
tree33bea7bef0327838d25f33e638a2528c4a3faf5e /hw/arm/integratorcp.c
parenthw/net/lan9118: Export TYPE_LAN9118 and use it instead of hardcoded string (diff)
downloadqemu-437cc27ddfded3bbab6afd5ac1761e0e195edba7.tar.gz
qemu-437cc27ddfded3bbab6afd5ac1761e0e195edba7.tar.xz
qemu-437cc27ddfded3bbab6afd5ac1761e0e195edba7.zip
hw/devices: Move SMSC 91C111 declaration into a new header
This commit finally deletes "hw/devices.h". Reviewed-by: Markus Armbruster <armbru@redhat.com> Signed-off-by: Philippe Mathieu-Daudé <philmd@redhat.com> Message-id: 20190412165416.7977-13-philmd@redhat.com Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Diffstat (limited to 'hw/arm/integratorcp.c')
-rw-r--r--hw/arm/integratorcp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/arm/integratorcp.c b/hw/arm/integratorcp.c
index 4eceebb9ea..0b6f24465e 100644
--- a/hw/arm/integratorcp.c
+++ b/hw/arm/integratorcp.c
@@ -12,10 +12,10 @@
#include "qemu-common.h"
#include "cpu.h"
#include "hw/sysbus.h"
-#include "hw/devices.h"
#include "hw/boards.h"
#include "hw/arm/arm.h"
#include "hw/misc/arm_integrator_debug.h"
+#include "hw/net/smc91c111.h"
#include "net/net.h"
#include "exec/address-spaces.h"
#include "sysemu/sysemu.h"