aboutsummaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
Diffstat (limited to 'scripts')
-rw-r--r--scripts/mod/modpost.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/scripts/mod/modpost.c b/scripts/mod/modpost.c
index 282decfa29ae..f6913db77627 100644
--- a/scripts/mod/modpost.c
+++ b/scripts/mod/modpost.c
@@ -1928,7 +1928,8 @@ static int add_versions(struct buffer *b, struct module *mod)
1928 s->name, mod->name); 1928 s->name, mod->name);
1929 continue; 1929 continue;
1930 } 1930 }
1931 buf_printf(b, "\t{ %#8x, \"%s\" },\n", s->crc, s->name); 1931 buf_printf(b, "\t{ %#8x, VMLINUX_SYMBOL_STR(%s) },\n",
1932 s->crc, s->name);
1932 } 1933 }
1933 1934
1934 buf_printf(b, "};\n"); 1935 buf_printf(b, "};\n");