summaryrefslogtreecommitdiff
path: root/drivers/crypto
diff options
context:
space:
mode:
authorRasmus Villemoes <linux@rasmusvillemoes.dk>2014-08-22 18:33:37 +0200
committerHerbert Xu <herbert@gondor.apana.org.au>2014-08-29 21:46:36 +0800
commit4a8f45f8184e3501be98609c0b5b681f0441e71a (patch)
tree66cde1f2740f5a2d651f6f83a582dac5dc15484d /drivers/crypto
parent1443cc9bcbbbc0951fe2208fb29207a301e364d9 (diff)
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 <linux@rasmusvillemoes.dk> Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
Diffstat (limited to 'drivers/crypto')
-rw-r--r--drivers/crypto/mv_cesa.h1
1 files changed, 1 insertions, 0 deletions
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