diff options
Diffstat (limited to 'include/u-boot/sha512.h')
-rw-r--r-- | include/u-boot/sha512.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/u-boot/sha512.h b/include/u-boot/sha512.h index 90bd96a3f8c..516729d7750 100644 --- a/include/u-boot/sha512.h +++ b/include/u-boot/sha512.h @@ -1,8 +1,6 @@ #ifndef _SHA512_H #define _SHA512_H -#include <linux/types.h> - #define SHA384_SUM_LEN 48 #define SHA384_DER_LEN 19 #define SHA512_SUM_LEN 64 |