diff options
author | Greg KH <gregkh@suse.de> | 2005-04-08 14:53:31 +0900 |
---|---|---|
committer | Greg KH <gregkh@suse.de> | 2005-05-03 23:45:14 -0700 |
commit | bc56b9e01190b9f1ad6b7c5c694b61bfe34c7aa5 (patch) | |
tree | 9979aed502d987538c51d9820be9c288462f9996 /drivers/pci/quirks.c | |
parent | 92df516e6264f9caff4be49718926d6884fa50ed (diff) | |
download | linux-bc56b9e01190b9f1ad6b7c5c694b61bfe34c7aa5.tar.gz linux-bc56b9e01190b9f1ad6b7c5c694b61bfe34c7aa5.tar.bz2 linux-bc56b9e01190b9f1ad6b7c5c694b61bfe34c7aa5.zip |
[PATCH] PCI: Clean up a lot of sparse "Should it be static?" warnings.
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'drivers/pci/quirks.c')
-rw-r--r-- | drivers/pci/quirks.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/pci/quirks.c b/drivers/pci/quirks.c index 15a398051682..00388a14a3c6 100644 --- a/drivers/pci/quirks.c +++ b/drivers/pci/quirks.c @@ -18,6 +18,7 @@ #include <linux/pci.h> #include <linux/init.h> #include <linux/delay.h> +#include "pci.h" /* Deal with broken BIOS'es that neglect to enable passive release, which can cause problems in combination with the 82441FX/PPro MTRRs */ |