aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/crypto/mv_cesa.h
diff options
context:
space:
mode:
authorRasmus Villemoes <linux@rasmusvillemoes.dk>2014-08-22 12:33:37 -0400
committerHerbert Xu <herbert@gondor.apana.org.au>2014-08-29 09:46:36 -0400
commit4a8f45f8184e3501be98609c0b5b681f0441e71a (patch)
tree66cde1f2740f5a2d651f6f83a582dac5dc15484d /drivers/crypto/mv_cesa.h
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/mv_cesa.h')
-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 @@
1#ifndef __MV_CRYPTO_H__ 1#ifndef __MV_CRYPTO_H__
2#define __MV_CRYPTO_H__
2 3
3#define DIGEST_INITIAL_VAL_A 0xdd00 4#define DIGEST_INITIAL_VAL_A 0xdd00
4#define DIGEST_INITIAL_VAL_B 0xdd04 5#define DIGEST_INITIAL_VAL_B 0xdd04