summaryrefslogtreecommitdiff
path: root/com32/hdt/hdt-cli.h
diff options
context:
space:
mode:
authorPierre-Alexandre Meyer <pierre@mouraf.org>2009-03-14 11:31:29 -0700
committerPierre-Alexandre Meyer <pierre@mouraf.org>2009-03-14 15:31:22 -0700
commit519403a58373b447f26784f220316d32f0d2416c (patch)
tree2b237520d9b6e09125cac97a7c685dcab932f521 /com32/hdt/hdt-cli.h
parent2cc87ddcda808babf78d4d06186e4d5278fc950a (diff)
downloadsyslinux-519403a58373b447f26784f220316d32f0d2416c.tar.gz
hdt: Remove unused parameter in main_show_cpu
Impact: Signature change. The cli mode information is already in the function name. No need to pass it as a parameter. This fixes a compilation warning. Signed-off-by: Pierre-Alexandre Meyer <pierre@mouraf.org>
Diffstat (limited to 'com32/hdt/hdt-cli.h')
-rw-r--r--com32/hdt/hdt-cli.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/com32/hdt/hdt-cli.h b/com32/hdt/hdt-cli.h
index 023419d7..2930b7c0 100644
--- a/com32/hdt/hdt-cli.h
+++ b/com32/hdt/hdt-cli.h
@@ -106,7 +106,7 @@ void pci_show(char *item, struct s_hardware *hardware);
void cli_detect_pci(struct s_hardware *hardware);
// CPU STUFF
-void main_show_cpu(struct s_hardware *hardware, struct s_cli_mode *cli_mode);
+void main_show_cpu(struct s_hardware *hardware);
void handle_cpu_commands(char *cli_line, struct s_hardware *hardware);
// PXE STUFF