From fa45288d2128ee05f8a724bad613a712e29f86b6 Mon Sep 17 00:00:00 2001 From: Bill Pemberton Date: Wed, 21 Nov 2012 15:34:56 -0500 Subject: [PATCH] --- yaml --- r: 336927 b: refs/heads/master c: 8c610c120fb6ea279e8d01ce7aa555da29e59374 h: refs/heads/master i: 336925: 0ea8dfe1fdda36e908dbb516b922edde0bcdf712 336923: 356327ec156ef4f984720cc6ab893cceb9a17d91 336919: 3e311fe111ae8910e36fd25c7e4b0f476d4e8c1c 336911: ffa9cc74a95dc514f545b7050c973e3f4b59143b 336895: eeb42294b50386d43edb4baffd22b58a565b28cc v: v3 --- [refs] | 2 +- trunk/arch/unicore32/kernel/pci.c | 2 -- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/[refs] b/[refs] index e5a6669ec10f..ccddb614ef2f 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 48bee693abca6e4f0f4d1f393f44b4be128b0a39 +refs/heads/master: 8c610c120fb6ea279e8d01ce7aa555da29e59374 diff --git a/trunk/arch/unicore32/kernel/pci.c b/trunk/arch/unicore32/kernel/pci.c index b0056f68d321..7c4359240b81 100644 --- a/trunk/arch/unicore32/kernel/pci.c +++ b/trunk/arch/unicore32/kernel/pci.c @@ -250,9 +250,7 @@ void __devinit pcibios_fixup_bus(struct pci_bus *bus) printk(KERN_INFO "PCI: bus%d: Fast back to back transfers %sabled\n", bus->number, (features & PCI_COMMAND_FAST_BACK) ? "en" : "dis"); } -#ifdef CONFIG_HOTPLUG EXPORT_SYMBOL(pcibios_fixup_bus); -#endif static int __init pci_common_init(void) {