Re: [PATCH] mtd: replace VMLINUX_SYMBOL_STR() with string literal

2018-06-28 Thread Boris Brezillon
On Sun, 24 Jun 2018 00:35:42 +0900 Masahiro Yamada wrote: > 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: M

[PATCH] mtd: replace VMLINUX_SYMBOL_STR() with string literal

2018-06-23 Thread Masahiro Yamada
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 --- drivers/mtd/chips/gen_probe.c | 4 ++-- 1 file c