commit | f01ac2a15218f3282b0b09b7ef7f314cbd7dd2b3 | [log] [tgz] |
---|---|---|
author | Masahiro Yamada <masahiroy@kernel.org> | Thu Aug 19 09:57:35 2021 +0900 |
committer | Masahiro Yamada <masahiroy@kernel.org> | Fri Sep 03 08:17:20 2021 +0900 |
tree | b80e814b990c4497004b0a66472c7a2f2feda398 | |
parent | 265264b814c2121513eab2e1cffe196502af0961 [diff] |
kbuild: remove unused quiet_cmd_update_lto_symversions This is not used anywhere because the short log is displayed when it is used through a $(call cmd,...) invocation. Signed-off-by: Masahiro Yamada <masahiroy@kernel.org> Reviewed-by: Kees Cook <keescook@chromium.org>