Signed-off-by: Andrew Morton --- include/linux/pci.h | 2 +- 1 files changed, 1 insertion(+), 1 deletion(-) diff -puN include/linux/pci.h~gregkh-pci-pci-move-pci-fixup-data-into-r-o-section include/linux/pci.h --- devel/include/linux/pci.h~gregkh-pci-pci-move-pci-fixup-data-into-r-o-section 2005-08-06 15:34:24.000000000 -0700 +++ devel-akpm/include/linux/pci.h 2005-08-06 15:34:24.000000000 -0700 @@ -1069,7 +1069,7 @@ enum pci_fixup_pass { /* Anonymous variables would be nice... */ #define DECLARE_PCI_FIXUP_SECTION(section, name, vendor, device, hook) \ - static struct pci_fixup __pci_fixup_##name __attribute_used__ \ + static const struct pci_fixup __pci_fixup_##name __attribute_used__ \ __attribute__((__section__(#section))) = { vendor, device, hook }; #define DECLARE_PCI_FIXUP_EARLY(vendor, device, hook) \ DECLARE_PCI_FIXUP_SECTION(.pci_fixup_early, \ _