diff options
Diffstat (limited to 'modutils/insmod.c')
-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 1ad3c23a4..241db45e8 100644 --- a/modutils/insmod.c +++ b/modutils/insmod.c | |||
@@ -1782,7 +1782,7 @@ static int arch_single_init(ElfW(RelM) *rel, struct arch_single_entry *single, | |||
1782 | 1782 | ||
1783 | #if defined(USE_GOT_ENTRIES) || defined(USE_PLT_ENTRIES) | 1783 | #if defined(USE_GOT_ENTRIES) || defined(USE_PLT_ENTRIES) |
1784 | 1784 | ||
1785 | static struct obj_section *arch_xsect_init(struct obj_file *f, char *name, | 1785 | static struct obj_section *arch_xsect_init(struct obj_file *f, const char *name, |
1786 | int offset, int size) | 1786 | int offset, int size) |
1787 | { | 1787 | { |
1788 | struct obj_section *myrelsec = obj_find_section(f, name); | 1788 | struct obj_section *myrelsec = obj_find_section(f, name); |