commit | 996302c5e85650722f1e5aeaeaaac12f9f362bf8 | [log] [tgz] |
---|---|---|
author | Masahiro Yamada <yamada.masahiro@socionext.com> | Sun Jun 24 00:37:44 2018 +0900 |
committer | Jessica Yu <jeyu@kernel.org> | Mon Jun 25 11:18:29 2018 +0200 |
tree | 05dcdf78271b69f9459fa1f5d37955d60f56f648 | |
parent | 62267e0ecc9c00a1b8ff7859cfa03e34b419f7ee [diff] |
module: replace VMLINUX_SYMBOL_STR() with __stringify() or string literal With the special case handling for Blackfin and Metag was removed by commit 94e58e0ac312 ("export.h: remove code for prefixing symbols with underscore"), VMLINUX_SYMBOL_STR() is now equivalent to __stringify(). Replace the remaining usages to prepare for the entire removal of VMLINUX_SYMBOL_STR(). Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com> Signed-off-by: Jessica Yu <jeyu@kernel.org>