summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorAmit Shah <amit.shah@redhat.com>2009-08-13 00:50:28 +0530
committerAnthony Liguori <aliguori@us.ibm.com>2009-08-27 20:30:22 -0500
commit0f2065a19b52c08e2f766b0b2d1296f9150573b0 (patch)
treedbc96a0f781ccb3e8200806ef518cbb5a562659e
parent452e6a7dd301211afba25583f65485b73bb80854 (diff)
downloadfocaccia-qemu-0f2065a19b52c08e2f766b0b2d1296f9150573b0.tar.gz
focaccia-qemu-0f2065a19b52c08e2f766b0b2d1296f9150573b0.zip
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 <amit.shah@redhat.com>
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
-rw-r--r--hw/pci_ids.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/hw/pci_ids.h b/hw/pci_ids.h
index 2fe60eebe7..3afe6748f2 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