hdt: Make show_pci_help static
authorPierre-Alexandre Meyer <pierre@mouraf.org>
Sat, 14 Mar 2009 18:53:01 +0000 (11:53 -0700)
committerPierre-Alexandre Meyer <pierre@mouraf.org>
Sat, 14 Mar 2009 22:31:23 +0000 (15:31 -0700)
Impact: None.

show_pci_help is only used in hdt-cli-pci.c. Let's make it static.

Signed-off-by: Pierre-Alexandre Meyer <pierre@mouraf.org>
com32/hdt/hdt-cli-pci.c

index 4c9fcd7..2a3bd0c 100644 (file)
@@ -204,7 +204,7 @@ void show_pci_devices(struct s_hardware *hardware)
 
 }
 
-void show_pci_help()
+static void show_pci_help()
 {
   more_printf("Show supports the following commands : \n");
   more_printf(" %s\n", CLI_SHOW_LIST);