]> git.ipfire.org Git - thirdparty/linux.git/commit
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)
commit9b0f1cd58fe9d2c95eae97f089040f1a5b02c097
tree819a066f755454e14c0825cc95944b5a0529fbda
parentf338e77383789c0cae23ca3d48adcc5e9e137e3c
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>
arch/x86/power/hibernate_64.c