include/linux/jhash.h: replace __get_unaligned_cpu32 in jhash function
authorJulian Vetter <julian@outer-limits.org>
Tue, 3 Jun 2025 13:21:21 +0000 (15:21 +0200)
committerAndrew Morton <akpm@linux-foundation.org>
Thu, 10 Jul 2025 05:57:49 +0000 (22:57 -0700)
commit50b4233a22b1ee9ccd0e847597de66ce21329ddb
treee1ed8c364bdcafe5746336ffb8f5d13cd2c2ccb6
parentd7b8f8e20813f0179d8ef519541a3527e7661d3a
include/linux/jhash.h: replace __get_unaligned_cpu32 in jhash function

__get_unaligned_cpu32() is deprecated.  So, replace it with the more
generic get_unaligned() and just cast the input parameter.

Link: https://lkml.kernel.org/r/20250603132121.3674066-1-julian@outer-limits.org
Signed-off-by: Julian Vetter <julian@outer-limits.org>
Cc: Arnd Bergmann <arnd@arndb.de>
Cc: Wei-Hsin Yeh <weihsinyeh168@gmail.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
include/linux/jhash.h