powerpc: mpc83xx: Rework includes slightly

In order to not rely on common.h providing a number of common includes,
cleanup what we include directly in order to be able to drop common.h
later.

Signed-off-by: Tom Rini <trini@konsulko.com>
This commit is contained in:
Tom Rini 2023-11-01 12:28:11 -04:00
parent 362d84c6a2
commit dd1365c2e9
3 changed files with 3 additions and 2 deletions

View file

@ -18,6 +18,8 @@
#ifdef CONFIG_QE #ifdef CONFIG_QE
#include <fsl_qe.h> #include <fsl_qe.h>
#endif #endif
#include <asm/ppc.h>
#include <asm/fsl_lbc.h>
#include "lblaw/lblaw.h" #include "lblaw/lblaw.h"
#include "elbc/elbc.h" #include "elbc/elbc.h"

View file

@ -20,6 +20,7 @@
#include <asm/cache.h> #include <asm/cache.h>
#include <asm/mmu.h> #include <asm/mmu.h>
#include <asm/fsl_lbc.h>
#include <asm/u-boot.h> #include <asm/u-boot.h>
#include "hrcw/hrcw.h" #include "hrcw/hrcw.h"

View file

@ -6,8 +6,6 @@
#ifndef __MPC83XX_H__ #ifndef __MPC83XX_H__
#define __MPC83XX_H__ #define __MPC83XX_H__
#include <config.h>
#include <asm/fsl_lbc.h>
#if defined(CONFIG_E300) #if defined(CONFIG_E300)
#include <asm/e300.h> #include <asm/e300.h>
#endif #endif