Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

kernel/kexec: remove inclusion of crypto/hash.h

kexec_core.c does not do any cryptographic hashing, so the header
crypto/hash.h is not needed at all.

Link: https://lkml.kernel.org/r/20260314204144.44884-1-ebiggers@kernel.org
Signed-off-by: Eric Biggers <ebiggers@kernel.org>
Cc: Baoquan He <bhe@redhat.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>

authored by

Eric Biggers and committed by
Andrew Morton
ea297603 231bb8c1

-1
-1
kernel/kexec_core.c
··· 47 47 #include <asm/page.h> 48 48 #include <asm/sections.h> 49 49 50 - #include <crypto/hash.h> 51 50 #include "kexec_internal.h" 52 51 53 52 atomic_t __kexec_lock = ATOMIC_INIT(0);