xilinx: Delete hw/include/xilinx.h
authorPeter Crosthwaite <peter.crosthwaite@xilinx.com>
Wed, 26 Feb 2014 00:42:23 +0000 (16:42 -0800)
committerEdgar E. Iglesias <edgar.iglesias@xilinx.com>
Wed, 26 Feb 2014 04:54:45 +0000 (14:54 +1000)
This is now obsolete - remove the header and all its inclusions.

Signed-off-by: Peter Crosthwaite <peter.crosthwaite@xilinx.com>
Signed-off-by: Edgar E. Iglesias <edgar.iglesias@xilinx.com>
hw/microblaze/petalogix_ml605_mmu.c
hw/microblaze/petalogix_s3adsp1800_mmu.c
hw/ppc/virtex_ml507.c
include/hw/xilinx.h [deleted file]

index 347889f305c0d3dccc380026114f89fee2257049..40a9f5ccdb71326e608df7c32395ecb9dfbf4da8 100644 (file)
@@ -32,7 +32,6 @@
 #include "sysemu/sysemu.h"
 #include "hw/devices.h"
 #include "hw/boards.h"
-#include "hw/xilinx.h"
 #include "sysemu/blockdev.h"
 #include "hw/char/serial.h"
 #include "exec/address-spaces.h"
index 408e0a4765086ba2bdd5f1b87082db6375853bbc..6c45e206ec217ff615575e72d276ba953882438e 100644 (file)
@@ -30,7 +30,6 @@
 #include "sysemu/sysemu.h"
 #include "hw/devices.h"
 #include "hw/boards.h"
-#include "hw/xilinx.h"
 #include "sysemu/blockdev.h"
 #include "exec/address-spaces.h"
 
index 4dffb961c148377392a8a2d00a6b3a8cb4f63962..85a0e537b9db5b3b3e9fa31d1ef5b79eec5a94db 100644 (file)
@@ -40,7 +40,7 @@
 #include "ppc405.h"
 
 #include "sysemu/blockdev.h"
-#include "hw/xilinx.h"
+#include "qapi/qmp/qerror.h"
 
 #define EPAPR_MAGIC    (0x45504150)
 #define FLASH_SIZE     (16 * 1024 * 1024)
diff --git a/include/hw/xilinx.h b/include/hw/xilinx.h
deleted file mode 100644 (file)
index f06d913..0000000
+++ /dev/null
@@ -1,10 +0,0 @@
-#ifndef HW_XILINX_H
-#define HW_XILINX_H 1
-
-
-#include "qemu-common.h"
-#include "qapi/qmp/qerror.h"
-#include "hw/stream.h"
-#include "net/net.h"
-
-#endif