]> git.baikalelectronics.ru Git - kernel.git/commit
PCI: quirks.c: cleanup
authorAdrian Bunk <bunk@stusta.de>
Tue, 19 Dec 2006 04:13:15 +0000 (05:13 +0100)
committerGreg Kroah-Hartman <gregkh@suse.de>
Wed, 7 Feb 2007 23:50:04 +0000 (15:50 -0800)
commitf01ee739ce57fed363e18d4954314374ddec32dd
tree003c466c5c4e2fe225aa6af02a91d5e2a144a93d
parenta7a62ef899aa6d214fea663232ceb93ee89bfa7c
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>
drivers/pci/pci.c
drivers/pci/quirks.c