From 519403a58373b447f26784f220316d32f0d2416c Mon Sep 17 00:00:00 2001 From: Pierre-Alexandre Meyer Date: Sat, 14 Mar 2009 11:31:29 -0700 Subject: 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 --- com32/hdt/hdt-cli.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'com32/hdt/hdt-cli.h') 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 -- cgit v1.2.1