crc32: Drop duplicates crc header includes

Fixes: 3db7110857 ("crc32: Use the crc.h header for crc functions")
Signed-off-by: Ilya Lukin <4.shket@gmail.com>
This commit is contained in:
Ilya Lukin
2023-07-14 17:39:32 +03:00
committed by Tom Rini
parent 08404fa208
commit 1a549c8961
5 changed files with 0 additions and 5 deletions

View 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.