From 806e32f97975f07fb0707136046d65ac1fd919f0 Mon Sep 17 00:00:00 2001 From: Mathias Krause Date: Sun, 2 Sep 2012 23:37:24 +0200 Subject: [PATCH] --- yaml --- r: 324247 b: refs/heads/master c: 769ae543dc8d5745e1ade88cbcf1271a96276fd2 h: refs/heads/master i: 324245: 4de5085d4ce13331286d33ad679643b6f9b98ca6 324243: 95de1d605619c3d9a7b1ad712b3cd428624d75d0 324239: acdf1a0356706f26a30b7640297f507767a584ed v: v3 --- [refs] | 2 +- trunk/include/linux/pci.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/[refs] b/[refs] index efbc6605439c..3d599190c647 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 67de07a77eed3970c39653a0e4d636b46ddfd83a +refs/heads/master: 769ae543dc8d5745e1ade88cbcf1271a96276fd2 diff --git a/trunk/include/linux/pci.h b/trunk/include/linux/pci.h index 5faa8310eec9..aee24a8bc09a 100644 --- a/trunk/include/linux/pci.h +++ b/trunk/include/linux/pci.h @@ -1472,7 +1472,7 @@ enum pci_fixup_pass { /* Anonymous variables would be nice... */ #define DECLARE_PCI_FIXUP_SECTION(section, name, vendor, device, class, \ class_shift, hook) \ - static const struct pci_fixup const __pci_fixup_##name __used \ + static const struct pci_fixup __pci_fixup_##name __used \ __attribute__((__section__(#section), aligned((sizeof(void *))))) \ = { vendor, device, class, class_shift, hook };