[PATCH RESEND 0/5] Remove remaining __get_unaligned_cpu32
From: Julian Vetter
Date: Mon Jul 07 2025 - 08:28:24 EST
I have send these patches already as individual patches, but this was
wrong, and confused people because they have a dependency between them.
So, I resend them as a patchset, which removes all remaining apperances of
__get_unaligned_cpu32.
Signed-off-by: Julian Vetter <julian@xxxxxxxxxxxxxxxx>
---
Julian Vetter (5):
Replace __get_unaligned_cpu32 in jhash function
Remove unaligned/packed_struct.h header
tools: Replace __get_unaligned_cpu32 in jhash function
tools: Remove unaligned/packed_struct.h header
tools: Remove the check for packed_struct.h header
include/linux/jhash.h | 8 ++--
include/linux/unaligned.h | 1 -
include/linux/unaligned/packed_struct.h | 46 ------------------
tools/include/linux/jhash.h | 8 ++--
tools/include/linux/unaligned/packed_struct.h | 47 -------------------
tools/perf/check-headers.sh | 2 +-
6 files changed, 9 insertions(+), 103 deletions(-)
delete mode 100644 include/linux/unaligned/packed_struct.h
delete mode 100644 tools/include/linux/unaligned/packed_struct.h
--
2.34.1