scripts/kallsyms: remove redundant code for omitting U and N
authorMasahiro Yamada <masahiroy@kernel.org>
Wed, 8 Mar 2023 11:52:36 +0000 (20:52 +0900)
committerMasahiro Yamada <masahiroy@kernel.org>
Mon, 17 Apr 2023 02:03:56 +0000 (11:03 +0900)
commita7b00a1811c9e562b44f0b283de7f01443123390
tree3242ceb88d1efab882092036ffe50fc9298305b7
parentbea5b74504742f1b51b815bcaf9a70bddbc49ce3
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>
scripts/kallsyms.c