diff options
author | Dr. David Alan Gilbert <linux@treblig.org> | 2024-05-20 23:30:05 +0100 |
---|---|---|
committer | Russell King (Oracle) <rmk+kernel@armlinux.org.uk> | 2024-06-10 12:01:30 +0100 |
commit | 9b69b52cdde74a38c5ab4d89405b2bd384ec0155 (patch) | |
tree | 0b950e81b28a8972d8ab0060e32a3f2e1db692a4 /arch | |
parent | 1613e604df0cd359cf2a7fbd9be7a0bcfacfabd0 (diff) | |
download | linux-stable-9b69b52cdde74a38c5ab4d89405b2bd384ec0155.tar.gz linux-stable-9b69b52cdde74a38c5ab4d89405b2bd384ec0155.tar.bz2 linux-stable-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')
-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) { |