projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
78e9e56
)
modpost: remove left-over cross_compile declaration
author
Masahiro Yamada
<masahiroy@kernel.org>
Sun, 8 May 2022 19:06:18 +0000
(
04:06
+0900)
committer
Masahiro Yamada
<masahiroy@kernel.org>
Wed, 11 May 2022 12:46:39 +0000
(21:46 +0900)
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>
scripts/mod/modpost.h
patch
|
blob
|
history
diff --git
a/scripts/mod/modpost.h
b/scripts/mod/modpost.h
index cfa127d2bb8f2fee035249e77f8acfe39f83c001..d9daeff07b83ccffc77e687f94bde7814adac1d8 100644
(file)
--- 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);