From: Amit Shah Date: Wed, 12 Aug 2009 19:20:28 +0000 (+0530) Subject: pci ids: remove redundant defines X-Git-Tag: v0.12.0-rc0~1441 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=0f2065a19b52c08e2f766b0b2d1296f9150573b0;p=thirdparty%2Fqemu.git pci ids: remove redundant defines Remove some redundant definitions for PCI classes: PCI_CLASS_SERIAL_OTHER already exists as PCI_CLASS_COMMUNICATION_OTHER and PCI_CLASS_PROCESSOR_CO is redefined. PCI_CLASS_SERIAL_OTHER is not used anywhere. Signed-off-by: Amit Shah Signed-off-by: Anthony Liguori --- diff --git a/hw/pci_ids.h b/hw/pci_ids.h index 2fe60eebe75..3afe6748f20 100644 --- a/hw/pci_ids.h +++ b/hw/pci_ids.h @@ -35,9 +35,6 @@ #define PCI_CLASS_BRIDGE_PCI 0x0604 #define PCI_CLASS_BRIDGE_OTHER 0x0680 -#define PCI_CLASS_SERIAL_OTHER 0x0780 - -#define PCI_CLASS_PROCESSOR_CO 0x0b40 #define PCI_CLASS_COMMUNICATION_OTHER 0x0780 #define PCI_CLASS_PROCESSOR_CO 0x0b40