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>
This commit is contained in:
committed by
Greg Kroah-Hartman
parent
81b1955eef
commit
c30ca1db39
@@ -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);
|
||||
|
Reference in New Issue
Block a user