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:
c545d95
)
hdt: Make show_cpu_help static
author
Pierre-Alexandre Meyer
<pierre@mouraf.org>
Sat, 14 Mar 2009 18:28:57 +0000
(11:28 -0700)
committer
Pierre-Alexandre Meyer
<pierre@mouraf.org>
Sat, 14 Mar 2009 22:31:22 +0000
(15:31 -0700)
Impact: None.
show_cpu_help is only used in hdt-cli-cpu.c. Let's make it static.
Signed-off-by: Pierre-Alexandre Meyer <pierre@mouraf.org>
com32/hdt/hdt-cli-cpu.c
patch
|
blob
|
history
diff --git
a/com32/hdt/hdt-cli-cpu.c
b/com32/hdt/hdt-cli-cpu.c
index
dfcb454
..
5b00af2
100644
(file)
--- 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);
}