Browse Source

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>
Rasmus Villemoes 11 years ago
parent
commit
4a8f45f818
1 changed files with 1 additions and 0 deletions
  1. 1 0
      drivers/crypto/mv_cesa.h

+ 1 - 0
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