mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-10 23:24:38 +00:00
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>
This commit is contained in:
parent
2dbb4967b6
commit
8db127d983
1 changed files with 0 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue