modpost: remove leftover symbol prefix handling for module device table
authorMasahiro Yamada <yamada.masahiro@socionext.com>
Fri, 28 Sep 2018 06:21:55 +0000 (15:21 +0900)
committerMasahiro Yamada <yamada.masahiro@socionext.com>
Fri, 19 Oct 2018 00:47:44 +0000 (09:47 +0900)
commit153e04b373dd5a4fdb841a727e47c40b1ad10ffc
tree63f804ce5318013d085f40486da72dbe7bf1c357
parent80d0dda3a4e5ba00ae6a45fa840096dc9633aad7
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>
scripts/mod/file2alias.c