diff options
author | Tom Rini | 2023-11-01 12:28:14 -0400 |
---|---|---|
committer | Tom Rini | 2023-11-07 14:50:52 -0500 |
commit | 8db127d983401d8a964c75e58abb83af608dd7b1 (patch) | |
tree | 67d7b267ecb150cc11e36724cfddb6556bb75661 /arch/powerpc | |
parent | 2dbb4967b6b805e9c1e40648cd22357c88008ed1 (diff) |
powerpc: Rework <asm/fsl_lbc.h> includes
This file should not include <config.h> nor should it include <common.h>
so remove both.
Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'arch/powerpc')
-rw-r--r-- | arch/powerpc/include/asm/fsl_lbc.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/arch/powerpc/include/asm/fsl_lbc.h b/arch/powerpc/include/asm/fsl_lbc.h index a03f091c305..95f0f559b4c 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 |