From 196546477dffbc2a0b53366508d66e481da4920e Mon Sep 17 00:00:00 2001 From: Pierre-Alexandre Meyer Date: Sat, 14 Mar 2009 10:55:55 -0700 Subject: [PATCH] hdt: Make show_kernel_help static Impact: None. show_kernel_help is only used in hdt-cli-kernel.c. Let's make it static. Signed-off-by: Pierre-Alexandre Meyer --- com32/hdt/hdt-cli-kernel.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/com32/hdt/hdt-cli-kernel.c b/com32/hdt/hdt-cli-kernel.c index d0086f6..189eb09 100644 --- a/com32/hdt/hdt-cli-kernel.c +++ b/com32/hdt/hdt-cli-kernel.c @@ -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); -- 2.7.4