From 2cc87ddcda808babf78d4d06186e4d5278fc950a Mon Sep 17 00:00:00 2001 From: Pierre-Alexandre Meyer Date: Sat, 14 Mar 2009 11:28:57 -0700 Subject: [PATCH] hdt: Make show_cpu_help static Impact: None. show_cpu_help is only used in hdt-cli-cpu.c. Let's make it static. Signed-off-by: Pierre-Alexandre Meyer --- com32/hdt/hdt-cli-cpu.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/com32/hdt/hdt-cli-cpu.c b/com32/hdt/hdt-cli-cpu.c index dfcb454..5b00af2 100644 --- a/com32/hdt/hdt-cli-cpu.c +++ b/com32/hdt/hdt-cli-cpu.c @@ -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); } -- 2.7.4