From 82384670456d040126252f2e729138e834ecb472 Mon Sep 17 00:00:00 2001 From: Blue Swirl Date: Tue, 9 Jun 2009 17:16:53 +0000 Subject: Remove unused and misnamed field and variable Signed-off-by: Blue Swirl --- hw/pci.h | 4 ---- 1 file changed, 4 deletions(-) (limited to 'hw/pci.h') 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; -- cgit v1.2.1