From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:42086) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WDjDS-0007JG-4R for qemu-devel@nongnu.org; Wed, 12 Feb 2014 18:27:48 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WDjDL-0002sC-VG for qemu-devel@nongnu.org; Wed, 12 Feb 2014 18:27:42 -0500 Received: from mail-qc0-f178.google.com ([209.85.216.178]:64282) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WDjDL-0002s6-M4 for qemu-devel@nongnu.org; Wed, 12 Feb 2014 18:27:35 -0500 Received: by mail-qc0-f178.google.com with SMTP id m20so16457146qcx.37 for ; Wed, 12 Feb 2014 15:27:35 -0800 (PST) Sender: Peter Crosthwaite From: Peter Crosthwaite Date: Wed, 12 Feb 2014 15:27:03 -0800 Message-Id: In-Reply-To: References: Subject: [Qemu-devel] [PATCH microblaze/ppc v2 8/8] xilinx: Delete hw/include/xilinx.h List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org, edgar.iglesias@gmail.com Cc: agraf@suse.de This is now obsolete - remove the header and all its inclusions. Signed-off-by: Peter Crosthwaite --- hw/microblaze/petalogix_ml605_mmu.c | 1 - hw/microblaze/petalogix_s3adsp1800_mmu.c | 1 - hw/ppc/virtex_ml507.c | 2 +- include/hw/xilinx.h | 10 ---------- 4 files changed, 1 insertion(+), 13 deletions(-) delete mode 100644 include/hw/xilinx.h diff --git a/hw/microblaze/petalogix_ml605_mmu.c b/hw/microblaze/petalogix_ml605_mmu.c index 347889f..40a9f5c 100644 --- a/hw/microblaze/petalogix_ml605_mmu.c +++ b/hw/microblaze/petalogix_ml605_mmu.c @@ -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" diff --git a/hw/microblaze/petalogix_s3adsp1800_mmu.c b/hw/microblaze/petalogix_s3adsp1800_mmu.c index 408e0a4..6c45e20 100644 --- a/hw/microblaze/petalogix_s3adsp1800_mmu.c +++ b/hw/microblaze/petalogix_s3adsp1800_mmu.c @@ -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" 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) diff --git a/include/hw/xilinx.h b/include/hw/xilinx.h deleted file mode 100644 index f06d913..0000000 --- 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 -- 1.8.5.4