commit | e882e89bcf1d54da2e4388570325774c3e3078a9 | [log] [tgz] |
---|---|---|
author | Masahiro Yamada <masahiroy@kernel.org> | Sun May 01 17:40:11 2022 +0900 |
committer | Masahiro Yamada <masahiroy@kernel.org> | Sun May 08 03:17:00 2022 +0900 |
tree | 2e31b0a601164a4dc84c0c894828b6c16afa7dcc | |
parent | 325eba05e8ab53a9182a2734f0986c15e5f87349 [diff] |
modpost: add sym_add_unresolved() helper Add a small helper, sym_add_unresolved() to ease the further refactoring. Remove the 'weak' argument from alloc_symbol() because it is sensible only for unresolved symbols. Signed-off-by: Masahiro Yamada <masahiroy@kernel.org> Reviewed-by: Nick Desaulniers <ndesaulniers@google.com>