]> asedeno.scripts.mit.edu Git - linux.git/commit
module: replace VMLINUX_SYMBOL_STR() with __stringify() or string literal
authorMasahiro Yamada <yamada.masahiro@socionext.com>
Sat, 23 Jun 2018 15:37:44 +0000 (00:37 +0900)
committerJessica Yu <jeyu@kernel.org>
Mon, 25 Jun 2018 09:18:29 +0000 (11:18 +0200)
commit996302c5e85650722f1e5aeaeaaac12f9f362bf8
tree05dcdf78271b69f9459fa1f5d37955d60f56f648
parent62267e0ecc9c00a1b8ff7859cfa03e34b419f7ee
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>
include/linux/module.h
kernel/module.c