From patchwork Thu Dec 10 18:11:42 2009 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [17/17] pci: remove unused macro Date: Thu, 10 Dec 2009 08:11:42 -0000 From: "Michael S. Tsirkin" X-Patchwork-Id: 40867 Message-Id: <20091210181142.GR25707@redhat.com> To: Anthony Liguori , qemu-devel@nongnu.org Cc: PCI_STATUS_DEVSEL is unused, and it also has a different name in pci_regs.h Remove. Signed-off-by: Michael S. Tsirkin --- hw/pci.h | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/hw/pci.h b/hw/pci.h index 4015d45..475b044 100644 --- a/hw/pci.h +++ b/hw/pci.h @@ -167,7 +167,6 @@ typedef struct PCIIORegion { #define PCI_STATUS_FAST_BACK 0x080 #define PCI_STATUS_DEVSEL_MEDIUM 0x200 #define PCI_STATUS_DEVSEL_SLOW 0x400 -#define PCI_STATUS_DEVSEL 0x600 #define PCI_STATUS_SIG_TARGET_ABORT 0x800 /* Set on target abort */ #define PCI_STATUS_REC_MASTER_ABORT 0x2000 /* Set on master abort */