hdt: Make show_kernel_help static
authorPierre-Alexandre Meyer <pierre@mouraf.org>
Sat, 14 Mar 2009 17:55:55 +0000 (10:55 -0700)
committerPierre-Alexandre Meyer <pierre@mouraf.org>
Sat, 14 Mar 2009 22:31:21 +0000 (15:31 -0700)
Impact: None.

show_kernel_help is only used in hdt-cli-kernel.c. Let's make it static.

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

index d0086f6..189eb09 100644 (file)
@@ -148,7 +148,7 @@ static void show_kernel_modules(struct s_hardware *hardware)
   }
 }
 
-void show_kernel_help()
+static void show_kernel_help()
 {
   more_printf("Show supports the following commands : %s\n",
               CLI_SHOW_LIST);