sun4m: remove include/hw/sparc/sun4m.h and all references to it
authorMark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
Mon, 8 Jan 2018 18:16:34 +0000 (18:16 +0000)
committerMark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
Tue, 9 Jan 2018 21:48:20 +0000 (21:48 +0000)
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>
hw/dma/sparc32_dma.c
hw/intc/slavio_intctl.c
hw/net/lance.c
hw/sparc/sun4m.c
hw/sparc/sun4m_iommu.c
hw/timer/slavio_timer.c
include/hw/sparc/sun4m.h [deleted file]

index c04ad793059f80fa3e55f540927e86d7769beb30..7b00a27de6754be49839f7765dea0ee093aa8c22 100644 (file)
@@ -28,7 +28,6 @@
 #include "qemu/osdep.h"
 #include "hw/hw.h"
 #include "hw/sparc/sparc32_dma.h"
-#include "hw/sparc/sun4m.h"
 #include "hw/sparc/sun4m_iommu.h"
 #include "hw/sysbus.h"
 #include "sysemu/dma.h"
index 84e0bee4a92995c7b538daedcd865fdaa982b8e0..817e02617e59072e7878642e2c3932ee714a947c 100644 (file)
@@ -23,7 +23,6 @@
  */
 
 #include "qemu/osdep.h"
-#include "hw/sparc/sun4m.h"
 #include "monitor/monitor.h"
 #include "hw/sysbus.h"
 #include "hw/intc/intc.h"
index 23929fd1e63630028fdf98e12197a0f1e49c491c..0028bc525d3086cde7377c7c57e6c9389e63e1e9 100644 (file)
@@ -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"
index efaff5849d9cdb20726a2efd1b40948b8b7364d5..dd0038095bc1819a33920c7199ffd8a96e004dcf 100644 (file)
@@ -28,7 +28,6 @@
 #include "hw/sysbus.h"
 #include "qemu/error-report.h"
 #include "qemu/timer.h"
-#include "hw/sparc/sun4m.h"
 #include "hw/sparc/sun4m_iommu.h"
 #include "hw/timer/m48t59.h"
 #include "hw/sparc/sparc32_dma.h"
index 311c82d2bbfed9c63bd70a1f640abd9f603ce944..b677601fc6b634a5db821e42ae20bc2409ba3a8d 100644 (file)
@@ -23,7 +23,6 @@
  */
 
 #include "qemu/osdep.h"
-#include "hw/sparc/sun4m.h"
 #include "hw/sparc/sun4m_iommu.h"
 #include "hw/sysbus.h"
 #include "exec/address-spaces.h"
index a8cc9c0148d7952e25a3203877470bbfb103ab5f..4694b653a74ab84c2f26a8f35ee3b2de01011904 100644 (file)
@@ -23,7 +23,6 @@
  */
 
 #include "qemu/osdep.h"
-#include "hw/sparc/sun4m.h"
 #include "qemu/timer.h"
 #include "hw/ptimer.h"
 #include "hw/sysbus.h"
diff --git a/include/hw/sparc/sun4m.h b/include/hw/sparc/sun4m.h
deleted file mode 100644 (file)
index 9e06467..0000000
+++ /dev/null
@@ -1,14 +0,0 @@
-#ifndef SUN4M_H
-#define SUN4M_H
-
-#include "qemu-common.h"
-#include "exec/hwaddr.h"
-#include "qapi/qmp/types.h"
-#include "hw/sysbus.h"
-
-/* Devices used by sparc32 system.  */
-
-/* sparc32_dma.c */
-#include "hw/sparc/sparc32_dma.h"
-
-#endif