aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2023-11-01 12:28:24 -0400
committerTom Rini <trini@konsulko.com>2023-11-07 14:50:52 -0500
commitd7f592da6ee90b11cea4d2ad4d0f39d6d26fc3b6 (patch)
tree3770d9ca70d5f8447a25bdabe03c7c60f4fd29aa
parente8acfd2bb223d8e21fb4e58c674a661043bcf963 (diff)
downloadu-boot-WIP/2023-11-07-assorted-big-cleanups.zip
u-boot-WIP/2023-11-07-assorted-big-cleanups.tar.gz
u-boot-WIP/2023-11-07-assorted-big-cleanups.tar.bz2
x86: Drop <common.h> from remaining header filesWIP/2023-11-07-assorted-big-cleanups
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.h1
-rw-r--r--arch/x86/include/asm/dma-mapping.h1
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 05dd1b2..460bfc4 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 8be1003..c79ec64 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>