kbuild: soften modpost checks when doing cross builds
[sfrench/cifs-2.6.git] / scripts / mod / modpost.h
index 565c5872407e19e2cfd8c16a63a19be0fd358f47..09f58e33d227bf3fecb88d555f33cd52fc4375a7 100644 (file)
@@ -135,6 +135,7 @@ struct elf_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);