diff options
Diffstat (limited to 'scripts')
-rw-r--r-- | scripts/mod/modpost.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/mod/modpost.c b/scripts/mod/modpost.c index 3648683a26c5..e2bf4c927dd3 100644 --- a/scripts/mod/modpost.c +++ b/scripts/mod/modpost.c | |||
@@ -191,7 +191,7 @@ static struct symbol *sym_add_exported(const char *name, struct module *mod) | |||
191 | s = new_symbol(name, mod); | 191 | s = new_symbol(name, mod); |
192 | } else { | 192 | } else { |
193 | if (!s->preloaded) { | 193 | if (!s->preloaded) { |
194 | warn("%s: duplicate symbol '%s' previous definition " | 194 | warn("%s: '%s' exported twice. Previous export " |
195 | "was in %s%s\n", mod->name, name, | 195 | "was in %s%s\n", mod->name, name, |
196 | s->module->name, | 196 | s->module->name, |
197 | is_vmlinux(s->module->name) ?"":".ko"); | 197 | is_vmlinux(s->module->name) ?"":".ko"); |