projects
/
platform
/
upstream
/
syslinux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
519403a
)
hdt: Make show_dmi_help static
author
Pierre-Alexandre Meyer
<pierre@mouraf.org>
Sat, 14 Mar 2009 18:34:37 +0000
(11:34 -0700)
committer
Pierre-Alexandre Meyer
<pierre@mouraf.org>
Sat, 14 Mar 2009 22:31:22 +0000
(15:31 -0700)
Impact: None.
show_dmi_help is only used in hdt-cli-dmi.c. Let's make it static.
Signed-off-by: Pierre-Alexandre Meyer <pierre@mouraf.org>
com32/hdt/hdt-cli-dmi.c
patch
|
blob
|
history
diff --git
a/com32/hdt/hdt-cli-dmi.c
b/com32/hdt/hdt-cli-dmi.c
index
1dbe10d
..
22bc3ce
100644
(file)
--- a/
com32/hdt/hdt-cli-dmi.c
+++ b/
com32/hdt/hdt-cli-dmi.c
@@
-33,7
+33,7
@@
#include <stdlib.h>
#include <errno.h>
-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);