From 35460773d75cbd566d10a39b73f6835cc0c9b3da Mon Sep 17 00:00:00 2001 From: Pierre-Alexandre Meyer Date: Sat, 14 Mar 2009 11:53:01 -0700 Subject: [PATCH] hdt: Make show_pci_help static Impact: None. show_pci_help is only used in hdt-cli-pci.c. Let's make it static. Signed-off-by: Pierre-Alexandre Meyer --- com32/hdt/hdt-cli-pci.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/com32/hdt/hdt-cli-pci.c b/com32/hdt/hdt-cli-pci.c index 4c9fcd7..2a3bd0c 100644 --- a/com32/hdt/hdt-cli-pci.c +++ b/com32/hdt/hdt-cli-pci.c @@ -204,7 +204,7 @@ void show_pci_devices(struct s_hardware *hardware) } -void show_pci_help() +static void show_pci_help() { more_printf("Show supports the following commands : \n"); more_printf(" %s\n", CLI_SHOW_LIST); -- 2.7.4