]> git.ipfire.org Git - thirdparty/linux.git/commitdiff
ARM: 9400/1: Remove unused struct 'mod_unwind_map'
authorDr. David Alan Gilbert <linux@treblig.org>
Mon, 20 May 2024 22:30:05 +0000 (23:30 +0100)
committerRussell King (Oracle) <rmk+kernel@armlinux.org.uk>
Mon, 10 Jun 2024 11:01:30 +0000 (12:01 +0100)
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>
arch/arm/kernel/module.c

index 677f218f7e841acc1f7c392a3216e2bd848413e8..da488d92e7a00d0230d7b10c623a57773371ab3f 100644 (file)
@@ -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)
 {