]> www.infradead.org Git - users/hch/misc.git/commit
scripts: move hash function from scripts/kconfig/ to scripts/include/
authorMasahiro Yamada <masahiroy@kernel.org>
Sun, 8 Sep 2024 12:43:16 +0000 (21:43 +0900)
committerMasahiro Yamada <masahiroy@kernel.org>
Fri, 20 Sep 2024 00:21:52 +0000 (09:21 +0900)
commita16219bdd34777cce35b9b6a704bfbaad28adb72
treed221e799e5045aec264139d15d974dc8d65abc95
parent9a418218dadf913fe78dbe6ad6b2e31e721b84ef
scripts: move hash function from scripts/kconfig/ to scripts/include/

This function was originally added by commit 8af27e1dc4e4 ("fixdep: use
hash table instead of a single array").

Move it to scripts/include/ so that other host programs can use it.

Signed-off-by: Masahiro Yamada <masahiroy@kernel.org>
scripts/include/hash.h [new file with mode: 0644]
scripts/kconfig/lkc.h
scripts/kconfig/symbol.c
scripts/kconfig/util.c