summaryrefslogtreecommitdiffstats
path: root/hw/net
diff options
context:
space:
mode:
authorMark Cave-Ayland2018-01-08 19:16:34 +0100
committerMark Cave-Ayland2018-01-09 22:48:20 +0100
commitf5980f757c028ec68ff8442c418db8462415af2a (patch)
tree635879f1d3fa3a0b22285932d74a62c975767512 /hw/net
parentsun4m: move IOMMU declarations from sun4m.h to sun4m_iommu.h (diff)
downloadqemu-f5980f757c028ec68ff8442c418db8462415af2a.tar.gz
qemu-f5980f757c028ec68ff8442c418db8462415af2a.tar.xz
qemu-f5980f757c028ec68ff8442c418db8462415af2a.zip
sun4m: remove include/hw/sparc/sun4m.h and all references to it
With the previous commit there is now nothing left in sun4m.h so it can be removed, along with all remaining references to it. Signed-off-by: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk> Acked-by: Artyom Tarasenko <atar4qemu@gmail.com>
Diffstat (limited to 'hw/net')
-rw-r--r--hw/net/lance.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/net/lance.c b/hw/net/lance.c
index 23929fd1e6..0028bc525d 100644
--- a/hw/net/lance.c
+++ b/hw/net/lance.c
@@ -40,7 +40,7 @@
#include "net/net.h"
#include "qemu/timer.h"
#include "qemu/sockets.h"
-#include "hw/sparc/sun4m.h"
+#include "hw/sparc/sparc32_dma.h"
#include "hw/net/lance.h"
#include "trace.h"
#include "sysemu/sysemu.h"