aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDr. David Alan Gilbert <[email protected]>2024-05-20 23:30:05 +0100
committerRussell King (Oracle) <[email protected]>2024-06-10 12:01:30 +0100
commit9b69b52cdde74a38c5ab4d89405b2bd384ec0155 (patch)
tree0b950e81b28a8972d8ab0060e32a3f2e1db692a4
parent1613e604df0cd359cf2a7fbd9be7a0bcfacfabd0 (diff)
ARM: 9400/1: Remove unused struct 'mod_unwind_map'
I think this has been unused since Commit b6f21d14f1ac ("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]>
-rw-r--r--arch/arm/kernel/module.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/arch/arm/kernel/module.c b/arch/arm/kernel/module.c
index 677f218f7e84..da488d92e7a0 100644
--- a/arch/arm/kernel/module.c
+++ b/arch/arm/kernel/module.c
@@ -395,11 +395,6 @@ apply_relocate(Elf32_Shdr *sechdrs, const char *strtab, unsigned int symindex,
return 0;
}
-struct mod_unwind_map {
- const Elf_Shdr *unw_sec;
- const Elf_Shdr *txt_sec;
-};
-
static const Elf_Shdr *find_mod_section(const Elf32_Ehdr *hdr,
const Elf_Shdr *sechdrs, const char *name)
{