aboutsummaryrefslogtreecommitdiff
path: root/common
diff options
context:
space:
mode:
authorIlya Lukin <4.shket@gmail.com>2023-07-14 17:39:32 +0300
committerTom Rini <trini@konsulko.com>2023-08-08 17:41:52 -0400
commit1a549c8961a6db72db374a4db2be598b30c9c46d (patch)
tree12acfa47afb7fbceb419c9469beda3a0f9b2ce1b /common
parent08404fa2087946bb370430d466fe5011f18ef072 (diff)
downloadu-boot-1a549c8961a6db72db374a4db2be598b30c9c46d.zip
u-boot-1a549c8961a6db72db374a4db2be598b30c9c46d.tar.gz
u-boot-1a549c8961a6db72db374a4db2be598b30c9c46d.tar.bz2
crc32: Drop duplicates crc header includes
Fixes: 3db711085752 ("crc32: Use the crc.h header for crc functions") Signed-off-by: Ilya Lukin <4.shket@gmail.com>
Diffstat (limited to 'common')
-rw-r--r--common/hash.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/common/hash.c b/common/hash.c
index cbffdfd..159179e 100644
--- a/common/hash.c
+++ b/common/hash.c
@@ -21,7 +21,6 @@
#include <asm/global_data.h>
#include <asm/io.h>
#include <linux/errno.h>
-#include <u-boot/crc.h>
#else
#include "mkimage.h"
#include <linux/compiler_attributes.h>