diff options
| author | 2011-11-21 11:54:19 -0700 | |
|---|---|---|
| committer | 2012-02-14 08:44:46 -0800 | |
| commit | 6535943fbf25c8e9419a6b20ca992633baa0bf99 (patch) | |
| tree | ad7eab22b1a193b37a47b804f49451bd7405833d /include | |
| parent | x86/PCI: Infrastructure to maintain a list of FW-assigned BIOS BAR values (diff) | |
| download | linux-dev-6535943fbf25c8e9419a6b20ca992633baa0bf99.tar.xz linux-dev-6535943fbf25c8e9419a6b20ca992633baa0bf99.zip | |
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 <myron.stowe@redhat.com>
Signed-off-by: Jesse Barnes <jbarnes@virtuousgeek.org>
Diffstat (limited to 'include')
| -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 */ |
