From: Eric Biggers Date: Sat, 14 Mar 2026 20:12:25 +0000 (-0700) Subject: PM: hibernate: x86: Remove inclusion of crypto/hash.h X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=9b0f1cd58fe9d2c95eae97f089040f1a5b02c097;p=thirdparty%2Flinux.git 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 [ rjw: Subject tweak ] Link: https://patch.msgid.link/20260314201225.38822-1-ebiggers@kernel.org Signed-off-by: Rafael J. Wysocki --- diff --git a/arch/x86/power/hibernate_64.c b/arch/x86/power/hibernate_64.c index a595953f1d6d8..e72d26acae797 100644 --- a/arch/x86/power/hibernate_64.c +++ b/arch/x86/power/hibernate_64.c @@ -14,8 +14,6 @@ #include #include -#include - #include #include #include