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>master
parent
231bb8c1be
commit
ea2976032d
|
|
@ -47,7 +47,6 @@
|
||||||
#include <asm/page.h>
|
#include <asm/page.h>
|
||||||
#include <asm/sections.h>
|
#include <asm/sections.h>
|
||||||
|
|
||||||
#include <crypto/hash.h>
|
|
||||||
#include "kexec_internal.h"
|
#include "kexec_internal.h"
|
||||||
|
|
||||||
atomic_t __kexec_lock = ATOMIC_INIT(0);
|
atomic_t __kexec_lock = ATOMIC_INIT(0);
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue