mirror of
https://github.com/torvalds/linux.git
synced 2026-05-12 16:18:45 +02:00
kernel/crash: remove inclusion of crypto/sha1.h
Several files related to kernel crash dumps include crypto/sha1.h but never use any of its functionality. Remove these includes so that these files don't unnecessarily come up in searches for which kernel code is still using the obsolete SHA-1 algorithm. Link: https://lkml.kernel.org/r/20260314204243.45001-1-ebiggers@kernel.org Signed-off-by: Eric Biggers <ebiggers@kernel.org> Cc: Baoquan He <bhe@redhat.com> Cc: Dave Young <dyoung@redhat.com> Cc: Vivek Goyal <vgoyal@redhat.com> Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
This commit is contained in:
parent
8b140131bf
commit
231bb8c1be
|
|
@ -27,8 +27,6 @@
|
|||
#include <asm/page.h>
|
||||
#include <asm/sections.h>
|
||||
|
||||
#include <crypto/sha1.h>
|
||||
|
||||
#include "kallsyms_internal.h"
|
||||
#include "kexec_internal.h"
|
||||
|
||||
|
|
|
|||
|
|
@ -20,8 +20,6 @@
|
|||
#include <asm/page.h>
|
||||
#include <asm/sections.h>
|
||||
|
||||
#include <crypto/sha1.h>
|
||||
|
||||
#include "kallsyms_internal.h"
|
||||
#include "kexec_internal.h"
|
||||
|
||||
|
|
|
|||
|
|
@ -18,8 +18,6 @@
|
|||
#include <asm/page.h>
|
||||
#include <asm/sections.h>
|
||||
|
||||
#include <crypto/sha1.h>
|
||||
|
||||
#include "kallsyms_internal.h"
|
||||
#include "kexec_internal.h"
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user