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
Eric Biggers 2026-03-14 13:12:25 -07:00 committed by Rafael J. Wysocki
parent f338e77383
commit 9b0f1cd58f
1 changed files with 0 additions and 2 deletions

View File

@ -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>