]> git.ipfire.org Git - thirdparty/linux.git/commitdiff
PM: hibernate: x86: Remove inclusion of crypto/hash.h
authorEric Biggers <ebiggers@kernel.org>
Sat, 14 Mar 2026 20:12:25 +0000 (13:12 -0700)
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>
Thu, 19 Mar 2026 15:13:32 +0000 (16:13 +0100)
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>
arch/x86/power/hibernate_64.c

index a595953f1d6d80962467db590bd463efe3e00d26..e72d26acae7971c4e5f59624c3b41a07513c4777 100644 (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>