commit | c30ca1db39cecade07143112ecfac09ec6b08e3f | [log] [tgz] |
---|---|---|
author | Adrian Bunk <bunk@stusta.de> | Tue Dec 19 05:13:15 2006 +0100 |
committer | Greg Kroah-Hartman <gregkh@suse.de> | Wed Feb 07 15:50:04 2007 -0800 |
tree | 003c466c5c4e2fe225aa6af02a91d5e2a144a93d | |
parent | 81b1955eef786c1b2fe29f6783543ce13d8b0bc4 [diff] |
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>