]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - scripts/mod/modpost.c
modpost: fix unwanted VMLINUX_SYMBOL_STR expansion
[karo-tx-linux.git] / scripts / mod / modpost.c
index 1f90961ada77c88ea7482f8bbdd865bf84b02e86..a4be8e112bb63c2ece5baa423e9aef65c92a1ad1 100644 (file)
@@ -1957,7 +1957,7 @@ static int add_versions(struct buffer *b, struct module *mod)
                                s->name, mod->name);
                        continue;
                }
-               buf_printf(b, "\t{ %#8x, VMLINUX_SYMBOL_STR(%s) },\n",
+               buf_printf(b, "\t{ %#8x, __VMLINUX_SYMBOL_STR(%s) },\n",
                           s->crc, s->name);
        }