diff options
author | Peter Crosthwaite <peter.crosthwaite@xilinx.com> | 2014-02-25 16:42:23 -0800 |
---|---|---|
committer | Edgar E. Iglesias <edgar.iglesias@xilinx.com> | 2014-02-26 14:54:45 +1000 |
commit | d5001cf787ad0514839a81d0f2e771e01e076e21 (patch) | |
tree | b3dce059454004c00089a8d0a20413db9f4775ab /hw/ppc | |
parent | d91a68a73b6457c22b743e158e36894ccaa489bc (diff) | |
download | qemu-d5001cf787ad0514839a81d0f2e771e01e076e21.zip qemu-d5001cf787ad0514839a81d0f2e771e01e076e21.tar.gz qemu-d5001cf787ad0514839a81d0f2e771e01e076e21.tar.bz2 |
xilinx: Delete hw/include/xilinx.h
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>
Diffstat (limited to 'hw/ppc')
-rw-r--r-- | hw/ppc/virtex_ml507.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/ppc/virtex_ml507.c b/hw/ppc/virtex_ml507.c index 4dffb96..85a0e53 100644 --- a/hw/ppc/virtex_ml507.c +++ b/hw/ppc/virtex_ml507.c @@ -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) |