diff options
| author | Russell King (Oracle) <rmk+kernel@armlinux.org.uk> | 2024-07-27 09:13:09 +0100 |
|---|---|---|
| committer | Russell King (Oracle) <rmk+kernel@armlinux.org.uk> | 2024-07-27 09:13:09 +0100 |
| commit | d7ac67b94390945872713f9bb0c141bf158c83aa (patch) | |
| tree | 6ece8ec7e74c0f2fe55c4a87a6d0c952738247b0 /arch/arm/kernel/module.c | |
| parent | 657a292d679ae3a6c733ab0e939e24ae44b20faf (diff) | |
| parent | 2335c9cb831faba1a4efcc612886073b6f175fe4 (diff) | |
Merge branches 'fixes' and 'misc' into for-linus
Diffstat (limited to 'arch/arm/kernel/module.c')
| -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) { |
