From 2cd9fdcc752acc660f3b8acd7a7c7614a10a7a5e Mon Sep 17 00:00:00 2001 From: Marek Vasut Date: Fri, 14 Mar 2014 02:37:05 +0100 Subject: [PATCH] crypto: hash - Pull out the functions to save/restore request commit 1ffc9fbd1e5071948b6d48f9a27d845738ee890f upstream. The functions to save original request within a newly adjusted request and it's counterpart to restore the original request can be re-used by more code in the crypto/ahash.c file. Pull these functions out from the code so they're available. Signed-off-by: Marek Vasut Cc: David S. Miller Cc: Fabio Estevam Cc: Herbert Xu Cc: Shawn Guo Cc: Tom Lendacky Signed-off-by: Herbert Xu Signed-off-by: Ben Hutchings --- Reading git-format-patch failed