diff options
author | Ilya Lukin <4.shket@gmail.com> | 2023-07-14 17:39:32 +0300 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2023-08-08 17:41:52 -0400 |
commit | 1a549c8961a6db72db374a4db2be598b30c9c46d (patch) | |
tree | 12acfa47afb7fbceb419c9469beda3a0f9b2ce1b /board/sunxi | |
parent | 08404fa2087946bb370430d466fe5011f18ef072 (diff) | |
download | u-boot-1a549c8961a6db72db374a4db2be598b30c9c46d.tar.gz u-boot-1a549c8961a6db72db374a4db2be598b30c9c46d.tar.bz2 u-boot-1a549c8961a6db72db374a4db2be598b30c9c46d.zip |
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 'board/sunxi')
-rw-r--r-- | board/sunxi/board.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/board/sunxi/board.c b/board/sunxi/board.c index f321cd58a6..de0f3505e5 100644 --- a/board/sunxi/board.c +++ b/board/sunxi/board.c @@ -33,7 +33,6 @@ #include <asm/arch/sys_proto.h> #include <asm/global_data.h> #include <linux/delay.h> -#include <u-boot/crc.h> #ifndef CONFIG_ARM64 #include <asm/armv7.h> #endif |