]> git.itanic.dy.fi Git - linux-stable/commit
genksyms: use getopt_long() unconditionally
authorMasahiro Yamada <masahiroy@kernel.org>
Sun, 5 Nov 2023 07:52:18 +0000 (16:52 +0900)
committerMasahiro Yamada <masahiroy@kernel.org>
Tue, 28 Nov 2023 02:22:50 +0000 (11:22 +0900)
commit96a29581e735bcf3b4e5a4f2daad9f445025f510
tree00f2d8834d8504ec750f40809693d768b0be6fdb
parenta19937d829fbe3103e4596c8810a3e5cb372c6d4
genksyms: use getopt_long() unconditionally

getopt_long() is used by various tools in the kernel (e.g. Kconfig).

It should be fine to use it all the time.

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