public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [PATCH] crc32: Drop duplicates crc header includes
@ 2023-07-14 14:39 Ilya Lukin
  2023-08-09  1:39 ` Tom Rini
  0 siblings, 1 reply; 2+ messages in thread
From: Ilya Lukin @ 2023-07-14 14:39 UTC (permalink / raw)
  To: u-boot; +Cc: Ilya Lukin

Fixes: 3db711085752 ("crc32: Use the crc.h header for crc functions")
Signed-off-by: Ilya Lukin <4.shket@gmail.com>
---
 board/sunxi/board.c   | 1 -
 boot/android_ab.c     | 1 -
 common/hash.c         | 1 -
 lib/crc32.c           | 1 -
 tools/default_image.c | 1 -
 5 files changed, 5 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
diff --git a/boot/android_ab.c b/boot/android_ab.c
index 2d7b392666..271df273e1 100644
--- a/boot/android_ab.c
+++ b/boot/android_ab.c
@@ -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.
diff --git a/common/hash.c b/common/hash.c
index 9a52d6073c..7d8ec75318 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>
diff --git a/lib/crc32.c b/lib/crc32.c
index aa94d70ef3..f6fad8c15d 100644
--- a/lib/crc32.c
+++ b/lib/crc32.c
@@ -10,7 +10,6 @@
 
 #ifdef USE_HOSTCC
 #include <arpa/inet.h>
-#include <u-boot/crc.h>
 #else
 #include <common.h>
 #include <efi_loader.h>
diff --git a/tools/default_image.c b/tools/default_image.c
index 0e49ab3301..04bc85bf93 100644
--- a/tools/default_image.c
+++ b/tools/default_image.c
@@ -15,7 +15,6 @@
 
 #include "imagetool.h"
 #include "mkimage.h"
-#include <u-boot/crc.h>
 
 #include <image.h>
 #include <tee/optee.h>
-- 
2.40.1


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] crc32: Drop duplicates crc header includes
  2023-07-14 14:39 [PATCH] crc32: Drop duplicates crc header includes Ilya Lukin
@ 2023-08-09  1:39 ` Tom Rini
  0 siblings, 0 replies; 2+ messages in thread
From: Tom Rini @ 2023-08-09  1:39 UTC (permalink / raw)
  To: Ilya Lukin; +Cc: u-boot

[-- Attachment #1: Type: text/plain, Size: 232 bytes --]

On Fri, Jul 14, 2023 at 05:39:32PM +0300, Ilya Lukin wrote:

> Fixes: 3db711085752 ("crc32: Use the crc.h header for crc functions")
> Signed-off-by: Ilya Lukin <4.shket@gmail.com>

Applied to u-boot/next, thanks!

-- 
Tom

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 659 bytes --]

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2023-08-09  1:40 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-07-14 14:39 [PATCH] crc32: Drop duplicates crc header includes Ilya Lukin
2023-08-09  1:39 ` Tom Rini

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox