]> git.dujemihanovic.xyz Git - u-boot.git/commitdiff
powerpc: Rework <asm/fsl_lbc.h> includes
authorTom Rini <trini@konsulko.com>
Wed, 1 Nov 2023 16:28:14 +0000 (12:28 -0400)
committerTom Rini <trini@konsulko.com>
Tue, 7 Nov 2023 19:50:52 +0000 (14:50 -0500)
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

index a03f091c3059c7325dfb16eccf5c960f3100f936..95f0f559b4cd49c967d35c97f8167eac0d215954 100644 (file)
@@ -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