summaryrefslogtreecommitdiffstats
path: root/include/linux/pci.h
diff options
context:
space:
mode:
authorMyron Stowe2011-11-21 19:54:19 +0100
committerJesse Barnes2012-02-14 17:44:46 +0100
commit6535943fbf25c8e9419a6b20ca992633baa0bf99 (patch)
treead7eab22b1a193b37a47b804f49451bd7405833d /include/linux/pci.h
parentx86/PCI: Infrastructure to maintain a list of FW-assigned BIOS BAR values (diff)
downloadkernel-qcow2-linux-6535943fbf25c8e9419a6b20ca992633baa0bf99.tar.gz
kernel-qcow2-linux-6535943fbf25c8e9419a6b20ca992633baa0bf99.tar.xz
kernel-qcow2-linux-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/linux/pci.h')
-rw-r--r--include/linux/pci.h1
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 */