diff options
| author | Blue Swirl <blauwirbel@gmail.com> | 2009-06-09 17:16:53 +0000 |
|---|---|---|
| committer | Blue Swirl <blauwirbel@gmail.com> | 2009-06-09 17:25:00 +0000 |
| commit | 82384670456d040126252f2e729138e834ecb472 (patch) | |
| tree | 33298c149ec30afd2671cb178139b73efe593430 /hw/pci.h | |
| parent | 3dcd219f09d6c1817bf9a132899e6b925f7a0914 (diff) | |
| download | focaccia-qemu-82384670456d040126252f2e729138e834ecb472.tar.gz focaccia-qemu-82384670456d040126252f2e729138e834ecb472.zip | |
Remove unused and misnamed field and variable
Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
Diffstat (limited to 'hw/pci.h')
| -rw-r--r-- | hw/pci.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/hw/pci.h b/hw/pci.h index 0405837f73..af6c8fd153 100644 --- a/hw/pci.h +++ b/hw/pci.h @@ -92,8 +92,6 @@ typedef struct PCIIORegion { #define PCI_ROM_SLOT 6 #define PCI_NUM_REGIONS 7 -#define PCI_DEVICES_MAX 64 - /* Declarations from linux/pci_regs.h */ #define PCI_VENDOR_ID 0x00 /* 16 bits */ #define PCI_DEVICE_ID 0x02 /* 16 bits */ @@ -154,8 +152,6 @@ struct PCIDevice { PCIConfigReadFunc *config_read; PCIConfigWriteFunc *config_write; PCIUnregisterFunc *unregister; - /* ??? This is a PC-specific hack, and should be removed. */ - int irq_index; /* IRQ objects for the INTA-INTD pins. */ qemu_irq *irq; |