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:
Tom Rini 2023-11-01 12:28:14 -04:00
parent 2dbb4967b6
commit 8db127d983

View 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