Skip to content

Commit

Permalink
crypto: caam - avoid double inclusion in desc_constr.h
Browse files Browse the repository at this point in the history
Signed-off-by: Horia Geantă <horia.geanta@nxp.com>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
  • Loading branch information
Horia Geantă authored and Herbert Xu committed Mar 24, 2017
1 parent e5c748a commit cd37369
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions drivers/crypto/caam/desc_constr.h
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@
* Copyright 2008-2012 Freescale Semiconductor, Inc.
*/

#ifndef DESC_CONSTR_H
#define DESC_CONSTR_H

#include "desc.h"
#include "regs.h"

Expand Down Expand Up @@ -491,3 +494,5 @@ static inline int desc_inline_query(unsigned int sd_base_len,

return (rem_bytes >= 0) ? 0 : -1;
}

#endif /* DESC_CONSTR_H */

0 comments on commit cd37369

Please sign in to comment.