]> git.dujemihanovic.xyz Git - u-boot.git/commitdiff
crc32: Drop duplicates crc header includes
authorIlya Lukin <4.shket@gmail.com>
Fri, 14 Jul 2023 14:39:32 +0000 (17:39 +0300)
committerTom Rini <trini@konsulko.com>
Tue, 8 Aug 2023 21:41:52 +0000 (17:41 -0400)
Fixes: 3db711085752 ("crc32: Use the crc.h header for crc functions")
Signed-off-by: Ilya Lukin <4.shket@gmail.com>
board/sunxi/board.c
boot/android_ab.c
common/hash.c
lib/crc32.c
tools/default_image.c

index f321cd58a6e64bd77f68bdb669fccf5ce9ffeb16..de0f3505e5286ac15447f69420ba674b8ce175fd 100644 (file)
@@ -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
index 73b55c196c4ddc16df1f3f6caead75d5692bd57a..0f20a34e5110c15df640bc177a50b06de47076d6 100644 (file)
@@ -12,7 +12,6 @@
 #include <memalign.h>
 #include <linux/err.h>
 #include <u-boot/crc.h>
-#include <u-boot/crc.h>
 
 /**
  * Compute the CRC-32 of the bootloader control struct.
index cbffdfd6db36f2bebe6f3ba9b3f64d3f8efbe895..159179e7f214b6d3c3ab435a006973322cbba311 100644 (file)
@@ -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>
index aa94d70ef3e6b0d08d3456538299eee714a439db..f6fad8c15dfcde18322f5c352bf2e4e169c5c63a 100644 (file)
@@ -10,7 +10,6 @@
 
 #ifdef USE_HOSTCC
 #include <arpa/inet.h>
-#include <u-boot/crc.h>
 #else
 #include <common.h>
 #include <efi_loader.h>
index 0e49ab3301567ec0045deb71721c42254825798f..04bc85bf932cd8969ebfb375e5bf8ba4d8ca7461 100644 (file)
@@ -15,7 +15,6 @@
 
 #include "imagetool.h"
 #include "mkimage.h"
-#include <u-boot/crc.h>
 
 #include <image.h>
 #include <tee/optee.h>