mtd: replace VMLINUX_SYMBOL_STR() with string literal
authorMasahiro Yamada <yamada.masahiro@socionext.com>
Sat, 23 Jun 2018 15:35:42 +0000 (00:35 +0900)
committerBoris Brezillon <boris.brezillon@bootlin.com>
Sun, 24 Jun 2018 20:13:34 +0000 (22:13 +0200)
commit7a1f1b594a3d102f3766b9866aa081f5480c0be0
tree101b9771a645bc903c667283a7f960071a3e94d5
parent02361bc7788852f33dd0a05235a52b9ccf097916
mtd: replace VMLINUX_SYMBOL_STR() with 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() can be replaced with string literal.

Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
Signed-off-by: Boris Brezillon <boris.brezillon@bootlin.com>
drivers/mtd/chips/gen_probe.c