Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 7902
b: refs/heads/master
c: 74d863e
h: refs/heads/master
v: v3
  • Loading branch information
akpm@osdl.org authored and Greg Kroah-Hartman committed Sep 8, 2005
1 parent b6639de commit f6f56fb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: d42c69972b853fd33a26c8c7405624be41a22136
refs/heads/master: 74d863ee8a9da2b0f31e0f977daf127807b2e9d2
2 changes: 1 addition & 1 deletion trunk/include/linux/pci.h
Original file line number Diff line number Diff line change
Expand Up @@ -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, \
Expand Down

0 comments on commit f6f56fb

Please sign in to comment.