diff options
author | Dr. David Alan Gilbert <linux@treblig.org> | 2024-05-21 00:30:05 +0200 |
---|---|---|
committer | Russell King (Oracle) <rmk+kernel@armlinux.org.uk> | 2024-06-10 13:01:30 +0200 |
commit | 9b69b52cdde74a38c5ab4d89405b2bd384ec0155 (patch) | |
tree | 0b950e81b28a8972d8ab0060e32a3f2e1db692a4 /arch/arm | |
parent | Linux 6.10-rc1 (diff) | |
download | linux-9b69b52cdde74a38c5ab4d89405b2bd384ec0155.tar.xz linux-9b69b52cdde74a38c5ab4d89405b2bd384ec0155.zip |
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 <linux@treblig.org>
Signed-off-by: Russell King (Oracle) <rmk+kernel@armlinux.org.uk>
Diffstat (limited to 'arch/arm')
-rw-r--r-- | arch/arm/kernel/module.c | 5 |
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) { |