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

show_cpu_help is only used in hdt-cli-cpu.c. Let's make it static.

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

index dfcb454..5b00af2 100644 (file)
@@ -147,7 +147,7 @@ void show_cpu(struct s_hardware *hardware)
   more_printf(buffer);
 }
 
-void show_cpu_help()
+static void show_cpu_help()
 {
   more_printf("Show supports the following commands : %s\n", CLI_CPU);
 }