Commit cd373691 authored by Horia Geantă's avatar Horia Geantă Committed by Herbert Xu
Browse files

crypto: caam - avoid double inclusion in desc_constr.h

parent e5c748a5
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -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 */