summaryrefslogtreecommitdiff
path: root/com32/hdt/hdt-cli-kernel.c
diff options
context:
space:
mode:
authorPierre-Alexandre Meyer <pierre@mouraf.org>2009-03-14 10:54:41 -0700
committerPierre-Alexandre Meyer <pierre@mouraf.org>2009-03-14 15:31:21 -0700
commit5ceaddcb4a08fde0a1a861740ab4d64c8295ec90 (patch)
tree6919897155c0cd52336f2b26a9b2df593ce98ad1 /com32/hdt/hdt-cli-kernel.c
parent3f620664f773b8676666bf22261fd8a51b770a2b (diff)
downloadsyslinux-5ceaddcb4a08fde0a1a861740ab4d64c8295ec90.tar.gz
hdt: Make show_kernel_modules static
Impact: None. show_kernel_modules is only used in hdt-cli-kernel.c. Let's make it static. Signed-off-by: Pierre-Alexandre Meyer <pierre@mouraf.org>
Diffstat (limited to 'com32/hdt/hdt-cli-kernel.c')
-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;