]> www.infradead.org Git - users/jedix/linux-maple.git/commit
modpost: replace tdb_hash() with hash_str()
authorMasahiro Yamada <masahiroy@kernel.org>
Sat, 23 Nov 2024 08:36:08 +0000 (17:36 +0900)
committerMasahiro Yamada <masahiroy@kernel.org>
Wed, 27 Nov 2024 23:46:03 +0000 (08:46 +0900)
commit5eaea85187bf2132d1af916010fa9e26bb63f97f
tree880f696ff837806eab523c4b9363cbbf71563bbd
parent6b1fabce7313dcd4d95e541dd400ba5748b09b94
modpost: replace tdb_hash() with hash_str()

Use a helper available in scripts/include/hash.h.

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