X-Git-Url: http://pileus.org/git/?a=blobdiff_plain;f=scripts%2Fmod%2Fmodpost.h;h=09f58e33d227bf3fecb88d555f33cd52fc4375a7;hb=b1dbb67911fecb290db3f566281bcd9ccc9dc6df;hp=565c5872407e19e2cfd8c16a63a19be0fd358f47;hpb=85b80ebfa4384b8ea30cc1af9617db30319a9ccd;p=~andy%2Flinux diff --git a/scripts/mod/modpost.h b/scripts/mod/modpost.h index 565c5872407..09f58e33d22 100644 --- a/scripts/mod/modpost.h +++ b/scripts/mod/modpost.h @@ -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);