diff options
| author | Myron Stowe <[email protected]> | 2011-11-21 11:54:19 -0700 |
|---|---|---|
| committer | Jesse Barnes <[email protected]> | 2012-02-14 08:44:46 -0800 |
| commit | 6535943fbf25c8e9419a6b20ca992633baa0bf99 (patch) | |
| tree | ad7eab22b1a193b37a47b804f49451bd7405833d /include/linux | |
| parent | 925845bd49c6de437dfab3bf8dc654ea3ae21d74 (diff) | |
x86/PCI: Convert maintaining FW-assigned BIOS BAR values to use a list
This patch converts the underlying maintenance aspects of FW-assigned
BIOS BAR values from a statically allocated array within struct pci_dev
to a list of temporary, stand alone, entries.
Signed-off-by: Myron Stowe <[email protected]>
Signed-off-by: Jesse Barnes <[email protected]>
Diffstat (limited to 'include/linux')
| -rw-r--r-- | include/linux/pci.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/linux/pci.h b/include/linux/pci.h index 8e9a307e58b8..4afabb1d2d27 100644 --- a/include/linux/pci.h +++ b/include/linux/pci.h @@ -299,7 +299,6 @@ struct pci_dev { */ unsigned int irq; struct resource resource[DEVICE_COUNT_RESOURCE]; /* I/O and memory regions + expansion ROMs */ - resource_size_t fw_addr[DEVICE_COUNT_RESOURCE]; /* FW-assigned addr */ /* These fields are used by common fixups */ unsigned int transparent:1; /* Transparent PCI bridge */ |