From f6f56fb275c4d403efb3d4b2379b7ad26065f4bf Mon Sep 17 00:00:00 2001 From: "akpm@osdl.org" Date: Mon, 25 Jul 2005 23:28:14 -0700 Subject: [PATCH] --- yaml --- r: 7902 b: refs/heads/master c: 74d863ee8a9da2b0f31e0f977daf127807b2e9d2 h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/include/linux/pci.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/[refs] b/[refs] index e7832f73ac49..cf0ded3b457b 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: d42c69972b853fd33a26c8c7405624be41a22136 +refs/heads/master: 74d863ee8a9da2b0f31e0f977daf127807b2e9d2 diff --git a/trunk/include/linux/pci.h b/trunk/include/linux/pci.h index bc4c40000c0d..025bfc39771d 100644 --- a/trunk/include/linux/pci.h +++ b/trunk/include/linux/pci.h @@ -1067,7 +1067,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, \