aboutsummaryrefslogtreecommitdiff
path: root/modutils/rmmod.c
diff options
context:
space:
mode:
Diffstat (limited to 'modutils/rmmod.c')
-rw-r--r--modutils/rmmod.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/modutils/rmmod.c b/modutils/rmmod.c
index a96a27457..5129b3495 100644
--- a/modutils/rmmod.c
+++ b/modutils/rmmod.c
@@ -17,7 +17,7 @@ extern int delete_module(const char *module, unsigned int flags);
17#endif 17#endif
18 18
19#if ENABLE_FEATURE_2_6_MODULES 19#if ENABLE_FEATURE_2_6_MODULES
20static inline void filename2modname(char *modname, const char *afterslash) 20static void filename2modname(char *modname, const char *afterslash)
21{ 21{
22 unsigned int i; 22 unsigned int i;
23 int kr_chk = 1; 23 int kr_chk = 1;