From b0277a8fe24d06f3d3ad0204756c89321386897a Mon Sep 17 00:00:00 2001 From: Pierre-Alexandre Meyer Date: Sat, 14 Mar 2009 11:34:37 -0700 Subject: [PATCH] hdt: Make show_dmi_help static Impact: None. show_dmi_help is only used in hdt-cli-dmi.c. Let's make it static. Signed-off-by: Pierre-Alexandre Meyer --- com32/hdt/hdt-cli-dmi.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/com32/hdt/hdt-cli-dmi.c b/com32/hdt/hdt-cli-dmi.c index 1dbe10d..22bc3ce 100644 --- a/com32/hdt/hdt-cli-dmi.c +++ b/com32/hdt/hdt-cli-dmi.c @@ -33,7 +33,7 @@ #include #include -void show_dmi_help(struct s_hardware *hardware) +static void show_dmi_help(struct s_hardware *hardware) { more_printf("Show supports the following commands : \n"); more_printf(" %s\n", CLI_SHOW_LIST); -- 2.7.4