Commit ce79c406 authored by Masahiro Yamada's avatar Masahiro Yamada

modpost: remove left-over cross_compile declaration

This is a remnant of commit 6543becf ("mod/file2alias: make
modalias generation safe for cross compiling").
Signed-off-by: default avatarMasahiro Yamada <masahiroy@kernel.org>
Reviewed-by: default avatarNick Desaulniers <ndesaulniers@google.com>
parent 78e9e56a
...@@ -174,7 +174,6 @@ static inline unsigned int get_secindex(const struct elf_info *info, ...@@ -174,7 +174,6 @@ static inline unsigned int get_secindex(const struct elf_info *info,
} }
/* file2alias.c */ /* file2alias.c */
extern unsigned int cross_build;
void handle_moddevtable(struct module *mod, struct elf_info *info, void handle_moddevtable(struct module *mod, struct elf_info *info,
Elf_Sym *sym, const char *symname); Elf_Sym *sym, const char *symname);
void add_moddevtable(struct buffer *buf, struct module *mod); void add_moddevtable(struct buffer *buf, struct module *mod);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment