git.openpandora.org
/
pandora-u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2dbb496
)
powerpc: Rework <asm/fsl_lbc.h> includes
author
Tom Rini
<trini@konsulko.com>
Wed, 1 Nov 2023 16:28:14 +0000
(12:28 -0400)
committer
Tom 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
patch
|
blob
|
history
diff --git
a/arch/powerpc/include/asm/fsl_lbc.h
b/arch/powerpc/include/asm/fsl_lbc.h
index
a03f091
..
95f0f55
100644
(file)
--- 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