mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-08-05 16:54:27 +00:00
modpost: remove left-over cross_compile declaration
This is a remnant of commit 6543becf26
("mod/file2alias: make
modalias generation safe for cross compiling").
Signed-off-by: Masahiro Yamada <masahiroy@kernel.org>
Reviewed-by: Nick Desaulniers <ndesaulniers@google.com>
This commit is contained in:
parent
78e9e56af3
commit
ce79c406a2
1 changed files with 0 additions and 1 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Reference in a new issue