diff options
author | Greg KH <gregkh@suse.de> | 2005-04-08 07:53:31 +0200 |
---|---|---|
committer | Greg KH <gregkh@suse.de> | 2005-05-04 08:45:14 +0200 |
commit | bc56b9e01190b9f1ad6b7c5c694b61bfe34c7aa5 (patch) | |
tree | 9979aed502d987538c51d9820be9c288462f9996 /drivers/pci/pci.c | |
parent | [PATCH] PCI: fix stale PCI pm docs (diff) | |
download | linux-bc56b9e01190b9f1ad6b7c5c694b61bfe34c7aa5.tar.xz 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/pci.c')
-rw-r--r-- | drivers/pci/pci.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/pci/pci.c b/drivers/pci/pci.c index fc8cc6c53778..88cbe5b5b3f3 100644 --- a/drivers/pci/pci.c +++ b/drivers/pci/pci.c @@ -16,6 +16,7 @@ #include <linux/module.h> #include <linux/spinlock.h> #include <asm/dma.h> /* isa_dma_bridge_buggy */ +#include "pci.h" /** |