diff options
Diffstat (limited to 'include/linux/pci.h')
-rw-r--r-- | include/linux/pci.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/pci.h b/include/linux/pci.h index bc4c40000c0d..025bfc39771d 100644 --- a/include/linux/pci.h +++ b/include/linux/pci.h | |||
@@ -1067,7 +1067,7 @@ enum pci_fixup_pass { | |||
1067 | 1067 | ||
1068 | /* Anonymous variables would be nice... */ | 1068 | /* Anonymous variables would be nice... */ |
1069 | #define DECLARE_PCI_FIXUP_SECTION(section, name, vendor, device, hook) \ | 1069 | #define DECLARE_PCI_FIXUP_SECTION(section, name, vendor, device, hook) \ |
1070 | static struct pci_fixup __pci_fixup_##name __attribute_used__ \ | 1070 | static const struct pci_fixup __pci_fixup_##name __attribute_used__ \ |
1071 | __attribute__((__section__(#section))) = { vendor, device, hook }; | 1071 | __attribute__((__section__(#section))) = { vendor, device, hook }; |
1072 | #define DECLARE_PCI_FIXUP_EARLY(vendor, device, hook) \ | 1072 | #define DECLARE_PCI_FIXUP_EARLY(vendor, device, hook) \ |
1073 | DECLARE_PCI_FIXUP_SECTION(.pci_fixup_early, \ | 1073 | DECLARE_PCI_FIXUP_SECTION(.pci_fixup_early, \ |