Skip to content

Commit cd37369

Browse files
horiagherbertx
authored andcommitted
crypto: caam - avoid double inclusion in desc_constr.h
Signed-off-by: Horia Geantă <horia.geanta@nxp.com> Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
1 parent e5c748a commit cd37369

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

drivers/crypto/caam/desc_constr.h

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@
44
* Copyright 2008-2012 Freescale Semiconductor, Inc.
55
*/
66

7+
#ifndef DESC_CONSTR_H
8+
#define DESC_CONSTR_H
9+
710
#include "desc.h"
811
#include "regs.h"
912

@@ -491,3 +494,5 @@ static inline int desc_inline_query(unsigned int sd_base_len,
491494

492495
return (rem_bytes >= 0) ? 0 : -1;
493496
}
497+
498+
#endif /* DESC_CONSTR_H */

0 commit comments

Comments
 (0)