From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NInX7-0005mr-98 for qemu-devel@nongnu.org; Thu, 10 Dec 2009 13:14:33 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1NInX2-0005ik-Ow for qemu-devel@nongnu.org; Thu, 10 Dec 2009 13:14:32 -0500 Received: from [199.232.76.173] (port=41865 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NInX2-0005iV-Er for qemu-devel@nongnu.org; Thu, 10 Dec 2009 13:14:28 -0500 Received: from mx1.redhat.com ([209.132.183.28]:22289) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1NInX2-0003lp-S3 for qemu-devel@nongnu.org; Thu, 10 Dec 2009 13:14:29 -0500 Date: Thu, 10 Dec 2009 20:11:42 +0200 From: "Michael S. Tsirkin" Message-ID: <20091210181142.GR25707@redhat.com> References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Subject: [Qemu-devel] [PATCH 17/17] pci: remove unused macro List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Anthony Liguori , qemu-devel@nongnu.org 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 */ -- 1.6.6.rc1.43.gf55cc