Commit 4a8f45f8184e3501be98609c0b5b681f0441e71a

Authored by Rasmus Villemoes
Committed by Herbert Xu
1 parent 1443cc9bcb

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>

Showing 1 changed file with 1 additions and 0 deletions Side-by-side Diff

drivers/crypto/mv_cesa.h
1 1 #ifndef __MV_CRYPTO_H__
  2 +#define __MV_CRYPTO_H__
2 3  
3 4 #define DIGEST_INITIAL_VAL_A 0xdd00
4 5 #define DIGEST_INITIAL_VAL_B 0xdd04