modpost: remove get_prettyname()
authorMasahiro Yamada <masahiroy@kernel.org>
Sun, 14 May 2023 15:27:21 +0000 (00:27 +0900)
committerMasahiro Yamada <masahiroy@kernel.org>
Mon, 22 May 2023 01:34:38 +0000 (10:34 +0900)
commit6691e6f5fc3e9fa76c9a50970fa851829df7d9f2
treea5d5b1a7631a321e83a47c966a0e3ff065201545
parent6c90d36be3e5140c93d3af360d012fa26966304a
modpost: remove get_prettyname()

This is the last user of get_pretty_name() - it is just used to
distinguish whether the symbol is a function or not. It is not
valuable information.

Signed-off-by: Masahiro Yamada <masahiroy@kernel.org>
scripts/mod/modpost.c