X-Git-Url: http://pilppa.org/gitweb/gitweb.cgi?a=blobdiff_plain;f=crypto%2Fdigest.c;h=6fd43bddd545e788546d868b097e3ad811867e76;hb=4fd29176b7cd24909f8ceba2105cb3ae2857b90c;hp=8871dec8cae7484a1fe34e68966563ad1d6032b9;hpb=02bae2129710018883f9536969de7e6acf9304ca;p=linux-2.6-omap-h63xx.git diff --git a/crypto/digest.c b/crypto/digest.c index 8871dec8cae..6fd43bddd54 100644 --- a/crypto/digest.c +++ b/crypto/digest.c @@ -12,6 +12,7 @@ * */ +#include #include #include #include @@ -20,9 +21,6 @@ #include #include -#include "internal.h" -#include "scatterwalk.h" - static int init(struct hash_desc *desc) { struct crypto_tfm *tfm = crypto_hash_tfm(desc->tfm);