diff options
| author | Peter Crosthwaite | 2014-02-26 01:42:23 +0100 |
|---|---|---|
| committer | Edgar E. Iglesias | 2014-02-26 05:54:45 +0100 |
| commit | d5001cf787ad0514839a81d0f2e771e01e076e21 (patch) | |
| tree | b3dce059454004c00089a8d0a20413db9f4775ab /include | |
| parent | xilinx: Inline usages of xilinx_axi*_init() (diff) | |
| download | qemu-d5001cf787ad0514839a81d0f2e771e01e076e21.tar.gz qemu-d5001cf787ad0514839a81d0f2e771e01e076e21.tar.xz qemu-d5001cf787ad0514839a81d0f2e771e01e076e21.zip | |
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 'include')
| -rw-r--r-- | include/hw/xilinx.h | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/include/hw/xilinx.h b/include/hw/xilinx.h deleted file mode 100644 index f06d9134af..0000000000 --- a/include/hw/xilinx.h +++ /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 |
