diff options
Diffstat (limited to 'modutils/insmod.c')
-rw-r--r-- | modutils/insmod.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/modutils/insmod.c b/modutils/insmod.c index f8be9ce6b..c84e2b96c 100644 --- a/modutils/insmod.c +++ b/modutils/insmod.c | |||
@@ -496,7 +496,6 @@ int delete_module(const char *); | |||
496 | 496 | ||
497 | /* The relocatable object is manipulated using elfin types. */ | 497 | /* The relocatable object is manipulated using elfin types. */ |
498 | 498 | ||
499 | #include <stdio.h> | ||
500 | #include <elf.h> | 499 | #include <elf.h> |
501 | #include <endian.h> | 500 | #include <endian.h> |
502 | 501 | ||