summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--com32/hdt/hdt-cli-kernel.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/com32/hdt/hdt-cli-kernel.c b/com32/hdt/hdt-cli-kernel.c
index 21b875f0..d0086f68 100644
--- a/com32/hdt/hdt-cli-kernel.c
+++ b/com32/hdt/hdt-cli-kernel.c
@@ -87,7 +87,7 @@ void main_show_kernel(struct s_hardware *hardware, struct s_cli_mode *cli_mode)
}
}
-void show_kernel_modules(struct s_hardware *hardware)
+static void show_kernel_modules(struct s_hardware *hardware)
{
int i = 1;
struct pci_device *pci_device;