]> git.baikalelectronics.ru Git - kernel.git/commit
linux/linkage.h: replace VMLINUX_SYMBOL_STR() with __stringify()
authorMasahiro Yamada <yamada.masahiro@socionext.com>
Mon, 11 Jun 2018 02:35:26 +0000 (11:35 +0900)
committerMasahiro Yamada <yamada.masahiro@socionext.com>
Tue, 12 Jun 2018 15:03:17 +0000 (00:03 +0900)
commit52775a00c24a7028892ff63faf2c5a632a3a23c0
treeec095f745bf8cd459b3d1ee5fee92c2a25a7ba25
parent4e9be08b5517be9db099bc14c6f3f16b3bd2dfcb
linux/linkage.h: replace VMLINUX_SYMBOL_STR() with __stringify()

With the special case handling for Blackfin and Metag was removed by
commit 5856f482e9c0 ("export.h: remove code for prefixing symbols with
underscore"), VMLINUX_SYMBOL_STR() is now equivalent to __stringify().

Replace the remaining usages in <linux/linkage.h> to prepare for the
entire removal of VMLINUX_SYMBOL_STR().

Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
include/linux/linkage.h