summaryrefslogtreecommitdiffstats
path: root/kernel/kallsyms_internal.h
diff options
context:
space:
mode:
authorJann Horn <jannh@google.com>2024-02-21 21:26:53 +0100
committerMasahiro Yamada <masahiroy@kernel.org>2024-07-20 09:33:21 +0200
commit64e166099b69bfc09f667253358a15160b86ea43 (patch)
tree4a65a7cf59716b4f3f0d29ef49251c2fa9becc9f /kernel/kallsyms_internal.h
parentkbuild: Create INSTALL_PATH directory if it does not exist (diff)
downloadlinux-64e166099b69bfc09f667253358a15160b86ea43.tar.xz
linux-64e166099b69bfc09f667253358a15160b86ea43.zip
kallsyms: get rid of code for absolute kallsyms
Commit cf8e8658100d ("arch: Remove Itanium (IA-64) architecture") removed the last use of the absolute kallsyms. Signed-off-by: Jann Horn <jannh@google.com> Acked-by: Arnd Bergmann <arnd@arndb.de> Link: https://lore.kernel.org/all/20240221202655.2423854-1-jannh@google.com/ [masahiroy@kernel.org: rebase the code and reword the commit description] Signed-off-by: Masahiro Yamada <masahiroy@kernel.org>
Diffstat (limited to 'kernel/kallsyms_internal.h')
-rw-r--r--kernel/kallsyms_internal.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/kernel/kallsyms_internal.h b/kernel/kallsyms_internal.h
index 925f2ab22639..9633782f8250 100644
--- a/kernel/kallsyms_internal.h
+++ b/kernel/kallsyms_internal.h
@@ -4,7 +4,6 @@
#include <linux/types.h>
-extern const unsigned long kallsyms_addresses[];
extern const int kallsyms_offsets[];
extern const u8 kallsyms_names[];