summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorTom Rini <[email protected]>2023-11-01 12:28:11 -0400
committerTom Rini <[email protected]>2023-11-07 14:50:51 -0500
commitdd1365c2e93563e589892fded756a18a39bd8815 (patch)
tree4740f9ff621199fe5fa828a123b8e871c8a30dec /include
parent362d84c6a2b44a70689da29cec31de8a02f1ed47 (diff)
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 <[email protected]>
Diffstat (limited to 'include')
-rw-r--r--include/mpc83xx.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/mpc83xx.h b/include/mpc83xx.h
index 5926c8090a4..aa8803413cd 100644
--- a/include/mpc83xx.h
+++ b/include/mpc83xx.h
@@ -6,8 +6,6 @@
#ifndef __MPC83XX_H__
#define __MPC83XX_H__
-#include <config.h>
-#include <asm/fsl_lbc.h>
#if defined(CONFIG_E300)
#include <asm/e300.h>
#endif