aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/pci/pci.c
diff options
context:
space:
mode:
authorAdrian Bunk <bunk@stusta.de>2006-12-19 05:13:15 +0100
committerGreg Kroah-Hartman <gregkh@suse.de>2007-02-07 15:50:04 -0800
commitc30ca1db39cecade07143112ecfac09ec6b08e3f (patch)
tree003c466c5c4e2fe225aa6af02a91d5e2a144a93d /drivers/pci/pci.c
parentPCI: Use newly defined PCI channel offline routine (diff)
downloadlinux-dev-c30ca1db39cecade07143112ecfac09ec6b08e3f.tar.xz
linux-dev-c30ca1db39cecade07143112ecfac09ec6b08e3f.zip
PCI: quirks.c: cleanup
This patch contains the following cleanups: - move all EXPORT_SYMBOL's directly below the code they are exporting - move all DECLARE_PCI_FIXUP_*'s directly below the functions they are calling Signed-off-by: Adrian Bunk <bunk@stusta.de> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'drivers/pci/pci.c')
-rw-r--r--drivers/pci/pci.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/drivers/pci/pci.c b/drivers/pci/pci.c
index 599978631a46..caeeacc7b070 100644
--- a/drivers/pci/pci.c
+++ b/drivers/pci/pci.c
@@ -1257,7 +1257,3 @@ EXPORT_SYMBOL(pci_save_state);
EXPORT_SYMBOL(pci_restore_state);
EXPORT_SYMBOL(pci_enable_wake);
-/* Quirk info */
-
-EXPORT_SYMBOL(isa_dma_bridge_buggy);
-EXPORT_SYMBOL(pci_pci_problems);