| commit | c4df32c80d04987023844c1fb13734a872c8f2e2 | [log] [tgz] |
|---|---|---|
| author | Masahiro Yamada <yamada.masahiro@socionext.com> | Sun Aug 19 07:34:47 2018 +0900 |
| committer | Masahiro Yamada <yamada.masahiro@socionext.com> | Wed Aug 22 23:21:44 2018 +0900 |
| tree | b0fe7cfe2f2a16fcad02a03a19c8b190f47f90e9 | |
| parent | 6fbd856950b41345ad5c893613efebdc0c356bc7 [diff] |
export.h: remove VMLINUX_SYMBOL() and VMLINUX_SYMBOL_STR()
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() is no-op.
Replace the remaining usages, then remove the definition of
VMLINUX_SYMBOL() and VMLINUX_SYMBOL_STR().
Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>