Skip to content

Commit 0e46670

Browse files
committed
parisc: module: Mark symindex __maybe_unused
Signed-off-by: Helge Deller <[email protected]>
1 parent 9872fb1 commit 0e46670

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

arch/parisc/kernel/module.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -845,7 +845,7 @@ int module_finalize(const Elf_Ehdr *hdr,
845845
const char *strtab = NULL;
846846
const Elf_Shdr *s;
847847
char *secstrings;
848-
int symindex = -1;
848+
int symindex __maybe_unused = -1;
849849
Elf_Sym *newptr, *oldptr;
850850
Elf_Shdr *symhdr = NULL;
851851
#ifdef DEBUG

0 commit comments

Comments
 (0)