mirror of
https://github.com/torvalds/linux.git
synced 2024-11-11 22:51:42 +00:00
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>
This commit is contained in:
parent
e5c748a504
commit
cd373691d2
@ -4,6 +4,9 @@
|
||||
* Copyright 2008-2012 Freescale Semiconductor, Inc.
|
||||
*/
|
||||
|
||||
#ifndef DESC_CONSTR_H
|
||||
#define DESC_CONSTR_H
|
||||
|
||||
#include "desc.h"
|
||||
#include "regs.h"
|
||||
|
||||
@ -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 */
|
||||
|
Loading…
Reference in New Issue
Block a user