aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/mod
diff options
context:
space:
mode:
authorMasahiro Yamada <masahiroy@kernel.org>2022-05-09 04:06:18 +0900
committerMasahiro Yamada <masahiroy@kernel.org>2022-05-11 21:46:39 +0900
commitce79c406a24c3825a2adeaa4668f79f8d5d72e58 (patch)
treea722db6930701f6a22de75f654b7ae288c69825a /scripts/mod
parentkbuild: record symbol versions in *.cmd files (diff)
downloadlinux-dev-ce79c406a24c3825a2adeaa4668f79f8d5d72e58.tar.xz
linux-dev-ce79c406a24c3825a2adeaa4668f79f8d5d72e58.zip
modpost: remove left-over cross_compile declaration
This is a remnant of commit 6543becf26ff ("mod/file2alias: make modalias generation safe for cross compiling"). Signed-off-by: Masahiro Yamada <masahiroy@kernel.org> Reviewed-by: Nick Desaulniers <ndesaulniers@google.com>
Diffstat (limited to 'scripts/mod')
-rw-r--r--scripts/mod/modpost.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/scripts/mod/modpost.h b/scripts/mod/modpost.h
index cfa127d2bb8f..d9daeff07b83 100644
--- a/scripts/mod/modpost.h
+++ b/scripts/mod/modpost.h
@@ -174,7 +174,6 @@ static inline unsigned int get_secindex(const struct elf_info *info,
}
/* file2alias.c */
-extern unsigned int cross_build;
void handle_moddevtable(struct module *mod, struct elf_info *info,
Elf_Sym *sym, const char *symname);
void add_moddevtable(struct buffer *buf, struct module *mod);