summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEric Anholt <eric@anholt.net>2007-02-28 15:42:24 -0800
committerEric Anholt <eric@anholt.net>2007-02-28 15:42:24 -0800
commit9819ae0c376db57a9de5fcbb2f1d4c3ee1ed2ea8 (patch)
treed1d77da6c58dc2c0325dae297d366ada28644a58
parente70b710133cc552df266d5046a53f7a241a569eb (diff)
scanpci prototype warning fix
-rw-r--r--src/scanpci.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/scanpci.c b/src/scanpci.c
index 510b467..66eb89b 100644
--- a/src/scanpci.c
+++ b/src/scanpci.c
@@ -48,7 +48,7 @@ print_pci_bridge( const struct pci_bridge_info * info )
info->prefetch_mem_limit );
}
-void
+static void
print_pci_device( struct pci_device * dev, int verbose )
{
const char * dev_name;