X-Git-Url: http://git.monstr.eu/?a=blobdiff_plain;ds=sidebyside;f=scripts%2Fmod%2Fmodpost.c;fp=scripts%2Fmod%2Fmodpost.c;h=ed9d056d2108a2c4123f63f812fff1c0686392ba;hb=bf5c0c2231bcab677e5cdfb7f73e6c79f6d8c2d4;hp=d10f93aac1c8215169c3c3c86aef6f1039b52a28;hpb=1e39036de5fce1b0c61204c546ca04aff6eafc71;p=linux-2.6-microblaze.git diff --git a/scripts/mod/modpost.c b/scripts/mod/modpost.c index d10f93aac1c8..ed9d056d2108 100644 --- a/scripts/mod/modpost.c +++ b/scripts/mod/modpost.c @@ -674,7 +674,7 @@ static void handle_modversion(const struct module *mod, unsigned int crc; if (sym->st_shndx == SHN_UNDEF) { - warn("EXPORT symbol \"%s\" [%s%s] version ...\n" + warn("EXPORT symbol \"%s\" [%s%s] version generation failed, symbol will not be versioned.\n" "Is \"%s\" prototyped in ?\n", symname, mod->name, mod->is_vmlinux ? "" : ".ko", symname);