diff mbox

PCI: Global variable decls must match the defs in section attributes

Message ID 20091214141344.12091.43853.stgit@warthog.procyon.org.uk (mailing list archive)
State Accepted, archived
Headers show

Commit Message

David Howells Dec. 14, 2009, 2:13 p.m. UTC
None
diff mbox

Patch

diff --git a/include/linux/pci.h b/include/linux/pci.h
index 04771b9..bf1e670 100644
--- a/include/linux/pci.h
+++ b/include/linux/pci.h
@@ -1255,7 +1255,7 @@  extern int pci_pci_problems;
 
 extern unsigned long pci_cardbus_io_size;
 extern unsigned long pci_cardbus_mem_size;
-extern u8 pci_dfl_cache_line_size;
+extern u8 __devinitdata pci_dfl_cache_line_size;
 extern u8 pci_cache_line_size;
 
 extern unsigned long pci_hotplug_io_size;