diff options
Diffstat (limited to 'drivers/crypto/ace_sha.h')
-rw-r--r-- | drivers/crypto/ace_sha.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/crypto/ace_sha.h b/drivers/crypto/ace_sha.h index ad9e81a586c..efc791a4def 100644 --- a/drivers/crypto/ace_sha.h +++ b/drivers/crypto/ace_sha.h @@ -8,6 +8,8 @@ #ifndef __ACE_SHA_H #define __ACE_SHA_H +#include <linux/types.h> + struct exynos_ace_sfr { unsigned int fc_intstat; /* base + 0 */ unsigned int fc_intenset; |