| commit | 153e04b373dd5a4fdb841a727e47c40b1ad10ffc | [log] [tgz] |
|---|---|---|
| author | Masahiro Yamada <yamada.masahiro@socionext.com> | Fri Sep 28 15:21:55 2018 +0900 |
| committer | Masahiro Yamada <yamada.masahiro@socionext.com> | Fri Oct 19 09:47:44 2018 +0900 |
| tree | 63f804ce5318013d085f40486da72dbe7bf1c357 | |
| parent | 80d0dda3a4e5ba00ae6a45fa840096dc9633aad7 [diff] |
modpost: remove leftover symbol prefix handling for module device table
Blackfin and metag were the only architectures that prefix symbols with
an underscore. They were removed by commit 4ba66a976072 ("arch: remove
blackfin port"), commit bb6fb6dfcc17 ("metag: Remove arch/metag/"),
respectively.
It is no longer necessary to handle <prefix> part of module device
table symbols.
Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>