scanpci prototype warning fix
authorEric Anholt <eric@anholt.net>
Wed, 28 Feb 2007 23:42:24 +0000 (15:42 -0800)
committerEric Anholt <eric@anholt.net>
Wed, 28 Feb 2007 23:42:24 +0000 (15:42 -0800)
src/scanpci.c

index 510b467..66eb89b 100644 (file)
@@ -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;