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)
commitc30ca1db39cecade07143112ecfac09ec6b08e3f
tree003c466c5c4e2fe225aa6af02a91d5e2a144a93d
parent81b1955eef786c1b2fe29f6783543ce13d8b0bc4
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