diff options
author | Tom Rini | 2023-11-01 12:28:24 -0400 |
---|---|---|
committer | Tom Rini | 2023-11-07 14:50:52 -0500 |
commit | d7f592da6ee90b11cea4d2ad4d0f39d6d26fc3b6 (patch) | |
tree | 3770d9ca70d5f8447a25bdabe03c7c60f4fd29aa | |
parent | e8acfd2bb223d8e21fb4e58c674a661043bcf963 (diff) |
x86: Drop <common.h> from remaining header files
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>
-rw-r--r-- | arch/x86/include/asm/arch-slimbootloader/slimbootloader.h | 1 | ||||
-rw-r--r-- | arch/x86/include/asm/dma-mapping.h | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/arch/x86/include/asm/arch-slimbootloader/slimbootloader.h b/arch/x86/include/asm/arch-slimbootloader/slimbootloader.h index 05dd1b2b447..460bfc4f2d4 100644 --- a/arch/x86/include/asm/arch-slimbootloader/slimbootloader.h +++ b/arch/x86/include/asm/arch-slimbootloader/slimbootloader.h @@ -6,7 +6,6 @@ #ifndef __SLIMBOOTLOADER_ARCH_H__ #define __SLIMBOOTLOADER_ARCH_H__ -#include <common.h> #include <asm/hob.h> /** diff --git a/arch/x86/include/asm/dma-mapping.h b/arch/x86/include/asm/dma-mapping.h index 8be1003e6ba..c79ec64afd7 100644 --- a/arch/x86/include/asm/dma-mapping.h +++ b/arch/x86/include/asm/dma-mapping.h @@ -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> |