From: Rasmus Villemoes Date: Fri, 22 Aug 2014 16:33:37 +0000 (+0200) Subject: crypto: mv_cesa - Add missing #define X-Git-Tag: v3.18-rc1~132^2~15 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=4a8f45f8184e3501be98609c0b5b681f0441e71a;p=karo-tx-linux.git crypto: mv_cesa - Add missing #define Clearly this was meant to be an include guard, but the #define was missing. Signed-off-by: Rasmus Villemoes Signed-off-by: Herbert Xu --- diff --git a/drivers/crypto/mv_cesa.h b/drivers/crypto/mv_cesa.h index 08fcb1116d90..9249d3ed184b 100644 --- a/drivers/crypto/mv_cesa.h +++ b/drivers/crypto/mv_cesa.h @@ -1,4 +1,5 @@ #ifndef __MV_CRYPTO_H__ +#define __MV_CRYPTO_H__ #define DIGEST_INITIAL_VAL_A 0xdd00 #define DIGEST_INITIAL_VAL_B 0xdd04