diff options
-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 1f90961ada77..a4be8e112bb6 100644 --- a/scripts/mod/modpost.c +++ b/scripts/mod/modpost.c | |||
@@ -1957,7 +1957,7 @@ static int add_versions(struct buffer *b, struct module *mod) | |||
1957 | s->name, mod->name); | 1957 | s->name, mod->name); |
1958 | continue; | 1958 | continue; |
1959 | } | 1959 | } |
1960 | buf_printf(b, "\t{ %#8x, VMLINUX_SYMBOL_STR(%s) },\n", | 1960 | buf_printf(b, "\t{ %#8x, __VMLINUX_SYMBOL_STR(%s) },\n", |
1961 | s->crc, s->name); | 1961 | s->crc, s->name); |
1962 | } | 1962 | } |
1963 | 1963 | ||