PM: hibernate: x86: Remove inclusion of crypto/hash.h
hibernate_64.c does not do any cryptographic hashing, so the header crypto/hash.h is not needed at all. Signed-off-by: Eric Biggers <ebiggers@kernel.org> [ rjw: Subject tweak ] Link: https://patch.msgid.link/20260314201225.38822-1-ebiggers@kernel.org Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>master
parent
f338e77383
commit
9b0f1cd58f
|
|
@ -14,8 +14,6 @@
|
|||
#include <linux/kdebug.h>
|
||||
#include <linux/pgtable.h>
|
||||
|
||||
#include <crypto/hash.h>
|
||||
|
||||
#include <asm/e820/api.h>
|
||||
#include <asm/init.h>
|
||||
#include <asm/proto.h>
|
||||
|
|
|
|||
Loading…
Reference in New Issue