mirror of
https://github.com/u-boot/u-boot.git
synced 2025-04-25 06:46:00 +00:00
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:
parent
08404fa208
commit
1a549c8961
5 changed files with 0 additions and 5 deletions
|
@ -33,7 +33,6 @@
|
||||||
#include <asm/arch/sys_proto.h>
|
#include <asm/arch/sys_proto.h>
|
||||||
#include <asm/global_data.h>
|
#include <asm/global_data.h>
|
||||||
#include <linux/delay.h>
|
#include <linux/delay.h>
|
||||||
#include <u-boot/crc.h>
|
|
||||||
#ifndef CONFIG_ARM64
|
#ifndef CONFIG_ARM64
|
||||||
#include <asm/armv7.h>
|
#include <asm/armv7.h>
|
||||||
#endif
|
#endif
|
||||||
|
|
|
@ -12,7 +12,6 @@
|
||||||
#include <memalign.h>
|
#include <memalign.h>
|
||||||
#include <linux/err.h>
|
#include <linux/err.h>
|
||||||
#include <u-boot/crc.h>
|
#include <u-boot/crc.h>
|
||||||
#include <u-boot/crc.h>
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Compute the CRC-32 of the bootloader control struct.
|
* Compute the CRC-32 of the bootloader control struct.
|
||||||
|
|
|
@ -21,7 +21,6 @@
|
||||||
#include <asm/global_data.h>
|
#include <asm/global_data.h>
|
||||||
#include <asm/io.h>
|
#include <asm/io.h>
|
||||||
#include <linux/errno.h>
|
#include <linux/errno.h>
|
||||||
#include <u-boot/crc.h>
|
|
||||||
#else
|
#else
|
||||||
#include "mkimage.h"
|
#include "mkimage.h"
|
||||||
#include <linux/compiler_attributes.h>
|
#include <linux/compiler_attributes.h>
|
||||||
|
|
|
@ -10,7 +10,6 @@
|
||||||
|
|
||||||
#ifdef USE_HOSTCC
|
#ifdef USE_HOSTCC
|
||||||
#include <arpa/inet.h>
|
#include <arpa/inet.h>
|
||||||
#include <u-boot/crc.h>
|
|
||||||
#else
|
#else
|
||||||
#include <common.h>
|
#include <common.h>
|
||||||
#include <efi_loader.h>
|
#include <efi_loader.h>
|
||||||
|
|
|
@ -15,7 +15,6 @@
|
||||||
|
|
||||||
#include "imagetool.h"
|
#include "imagetool.h"
|
||||||
#include "mkimage.h"
|
#include "mkimage.h"
|
||||||
#include <u-boot/crc.h>
|
|
||||||
|
|
||||||
#include <image.h>
|
#include <image.h>
|
||||||
#include <tee/optee.h>
|
#include <tee/optee.h>
|
||||||
|
|
Loading…
Add table
Reference in a new issue