summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorStephen Rothwell <sfr@canb.auug.org.au>2008-06-13 09:49:50 +1000
committerStephen Rothwell <sfr@canb.auug.org.au>2008-06-13 09:49:50 +1000
commit65bcd52ec3d46f498dfd2d09d6fbc9b7c625028e (patch)
tree9f162182f69f8738f3f4ca37c8b4d868ba6e4a65 /include
parent0c790dfce82fdae52b6077df23ee72360adb5d60 (diff)
parent81d5575a48f49f494289a1299a32e4e5e41fbf40 (diff)
Merge commit 'pci-current/for-linus'
Diffstat (limited to 'include')
-rw-r--r--include/linux/pci.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/pci.h b/include/linux/pci.h
index 509159bcd4e7..d18b1dd49fab 100644
--- a/include/linux/pci.h
+++ b/include/linux/pci.h
@@ -206,6 +206,7 @@ struct pci_dev {
struct bin_attribute *rom_attr; /* attribute descriptor for sysfs ROM entry */
int rom_attr_enabled; /* has display of the rom attribute been enabled? */
struct bin_attribute *res_attr[DEVICE_COUNT_RESOURCE]; /* sysfs file for resources */
+ struct bin_attribute *res_attr_wc[DEVICE_COUNT_RESOURCE]; /* sysfs file for WC mapping of resources */
#ifdef CONFIG_PCI_MSI
struct list_head msi_list;
#endif