commit | a7b00a1811c9e562b44f0b283de7f01443123390 | [log] [tgz] |
---|---|---|
author | Masahiro Yamada <masahiroy@kernel.org> | Wed Mar 08 20:52:36 2023 +0900 |
committer | Masahiro Yamada <masahiroy@kernel.org> | Mon Apr 17 11:03:56 2023 +0900 |
tree | 3242ceb88d1efab882092036ffe50fc9298305b7 | |
parent | bea5b74504742f1b51b815bcaf9a70bddbc49ce3 [diff] |
scripts/kallsyms: remove redundant code for omitting U and N The symbol types 'U' and 'N' are already filtered out by the following line in scripts/mksysmap: -e ' [aNUw] ' Signed-off-by: Masahiro Yamada <masahiroy@kernel.org> Reviewed-by: Nick Desaulniers <ndesaulniers@google.com>