diff options
Diffstat (limited to 'modutils')
-rw-r--r-- | modutils/insmod.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modutils/insmod.c b/modutils/insmod.c index e09275e11..3aabadd26 100644 --- a/modutils/insmod.c +++ b/modutils/insmod.c @@ -1945,7 +1945,7 @@ static void arch_create_got(struct obj_file *f) /*======================================================================*/ /* Standard ELF hash function. */ -static inline unsigned long obj_elf_hash_n(const char *name, unsigned long n) +static unsigned long obj_elf_hash_n(const char *name, unsigned long n) { unsigned long h = 0; unsigned long g; |