]> git.dujemihanovic.xyz Git - u-boot.git/commitdiff
x86: Drop <common.h> from remaining header files
authorTom Rini <trini@konsulko.com>
Wed, 1 Nov 2023 16:28:24 +0000 (12:28 -0400)
committerTom Rini <trini@konsulko.com>
Tue, 7 Nov 2023 19:50:52 +0000 (14:50 -0500)
None of these header files need to include <common.h> so we can just
drop that entirely.

Signed-off-by: Tom Rini <trini@konsulko.com>
arch/x86/include/asm/arch-slimbootloader/slimbootloader.h
arch/x86/include/asm/dma-mapping.h

index 05dd1b2b4471d4ccd480448cc796f1a269692485..460bfc4f2d4fcbc98a90faf331172dad81045151 100644 (file)
@@ -6,7 +6,6 @@
 #ifndef __SLIMBOOTLOADER_ARCH_H__
 #define __SLIMBOOTLOADER_ARCH_H__
 
-#include <common.h>
 #include <asm/hob.h>
 
 /**
index 8be1003e6baf86fe4e55411f5af7b57ef8fc3450..c79ec64afd7aa269ec4b939e289e7fe2efc62838 100644 (file)
@@ -7,7 +7,6 @@
 #ifndef __ASM_X86_DMA_MAPPING_H
 #define __ASM_X86_DMA_MAPPING_H
 
-#include <common.h>
 #include <asm/cache.h>
 #include <cpu_func.h>
 #include <linux/dma-direction.h>