From patchwork Mon Dec 14 12:48:19 2009 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Isaku Yamahata X-Patchwork-Id: 41094 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from lists.gnu.org (lists.gnu.org [199.232.76.165]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by ozlabs.org (Postfix) with ESMTPS id 5A316B6F05 for ; Mon, 14 Dec 2009 23:56:55 +1100 (EST) Received: from localhost ([127.0.0.1]:60593 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NKATs-0007bT-Oe for incoming@patchwork.ozlabs.org; Mon, 14 Dec 2009 07:56:52 -0500 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NKAM7-0004za-CK for qemu-devel@nongnu.org; Mon, 14 Dec 2009 07:48:51 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1NKAM1-0004wK-Ar for qemu-devel@nongnu.org; Mon, 14 Dec 2009 07:48:49 -0500 Received: from [199.232.76.173] (port=57620 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NKAM0-0004w4-V4 for qemu-devel@nongnu.org; Mon, 14 Dec 2009 07:48:45 -0500 Received: from mail.valinux.co.jp ([210.128.90.3]:34969) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1NKAM0-0006Kn-83 for qemu-devel@nongnu.org; Mon, 14 Dec 2009 07:48:44 -0500 Received: from ps.local.valinux.co.jp (vagw.valinux.co.jp [210.128.90.14]) by mail.valinux.co.jp (Postfix) with SMTP id 560B34A4D0; Mon, 14 Dec 2009 21:48:36 +0900 (JST) Received: (nullmailer pid 30203 invoked by uid 1000); Mon, 14 Dec 2009 12:48:26 -0000 From: Isaku Yamahata To: qemu-devel@nongnu.org, mst@redhat.com Date: Mon, 14 Dec 2009 21:48:19 +0900 Message-Id: <1260794906-30168-5-git-send-email-yamahata@valinux.co.jp> X-Mailer: git-send-email 1.6.5.4 In-Reply-To: <1260794906-30168-1-git-send-email-yamahata@valinux.co.jp> References: <1260794906-30168-1-git-send-email-yamahata@valinux.co.jp> X-Virus-Scanned: clamav-milter 0.95.2 at va-mail.local.valinux.co.jp X-Virus-Status: Clean X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6 (newer, 3) Cc: yamahata@valinux.co.jp Subject: [Qemu-devel] [PATCH 04/11] pci: remove PCI_REVISION and PCI_SUBDEVICE_ID. X-BeenThere: qemu-devel@nongnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: qemu-devel-bounces+incoming=patchwork.ozlabs.org@nongnu.org Errors-To: qemu-devel-bounces+incoming=patchwork.ozlabs.org@nongnu.org There is no user and they're obsolete. So remove them. Signed-off-by: Isaku Yamahata Acked-by: Michael S. Tsirkin --- hw/pci.h | 2 -- 1 files changed, 0 insertions(+), 2 deletions(-) diff --git a/hw/pci.h b/hw/pci.h index 0309674..91f3809 100644 --- a/hw/pci.h +++ b/hw/pci.h @@ -154,9 +154,7 @@ typedef struct PCIIORegion { #define PCI_CAP_LIST_ID 0 /* Capability ID */ #define PCI_CAP_LIST_NEXT 1 /* Next capability in the list */ -#define PCI_REVISION 0x08 /* obsolete, use PCI_REVISION_ID */ #define PCI_SUBSYSTEM_VENDOR_ID 0x2c -#define PCI_SUBDEVICE_ID 0x2e /* obsolete, use PCI_SUBSYSTEM_ID */ /* Bits in the PCI Status Register (PCI 2.3 spec) */ #define PCI_STATUS_RESERVED1 0x007