diff mbox series

[10/20] powerpc: Rework <asm/fsl_lbc.h> includes

Message ID 20231101162824.3755579-10-trini@konsulko.com
State Accepted
Commit 8db127d983401d8a964c75e58abb83af608dd7b1
Delegated to: Tom Rini
Headers show
Series [01/20] m68k: Remove CONFIG_FSLDMAFEC | expand

Commit Message

Tom Rini Nov. 1, 2023, 4:28 p.m. UTC
This file should not include <config.h> nor should it include <common.h>
so remove both.

Signed-off-by: Tom Rini <trini@konsulko.com>
---
 arch/powerpc/include/asm/fsl_lbc.h | 3 ---
 1 file changed, 3 deletions(-)
diff mbox series

Patch

diff --git a/arch/powerpc/include/asm/fsl_lbc.h b/arch/powerpc/include/asm/fsl_lbc.h
index a03f091c3059..95f0f559b4cd 100644
--- a/arch/powerpc/include/asm/fsl_lbc.h
+++ b/arch/powerpc/include/asm/fsl_lbc.h
@@ -6,9 +6,6 @@ 
 #ifndef __ASM_PPC_FSL_LBC_H
 #define __ASM_PPC_FSL_LBC_H
 
-#include <config.h>
-#include <common.h>
-
 #ifdef CONFIG_MPC85xx
 void lbc_sdram_init(void);
 #endif