Skip to content

Commit 9b69b52

Browse files
Dr. David Alan GilbertRussell King (Oracle)
authored andcommitted
ARM: 9400/1: Remove unused struct 'mod_unwind_map'
I think this has been unused since Commit b6f21d1 ("ARM: 9204/2: module: Add all unwind tables when load module") Signed-off-by: Dr. David Alan Gilbert <[email protected]> Signed-off-by: Russell King (Oracle) <[email protected]>
1 parent 1613e60 commit 9b69b52

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

arch/arm/kernel/module.c

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -395,11 +395,6 @@ apply_relocate(Elf32_Shdr *sechdrs, const char *strtab, unsigned int symindex,
395395
return 0;
396396
}
397397

398-
struct mod_unwind_map {
399-
const Elf_Shdr *unw_sec;
400-
const Elf_Shdr *txt_sec;
401-
};
402-
403398
static const Elf_Shdr *find_mod_section(const Elf32_Ehdr *hdr,
404399
const Elf_Shdr *sechdrs, const char *name)
405400
{

0 commit comments

Comments
 (0)