summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Rini <[email protected]>2021-06-03 09:39:00 -0400
committerTom Rini <[email protected]>2021-06-23 08:45:03 -0400
commit8f0f26eb59006846348b59e1e9eca98b24cea333 (patch)
tree12e8f93f6a17b3f3592e1665186d2f14be23ec1b
parent8b95deafc511b56a73b8565f411a49d98755c957 (diff)
Revert "powerpc: fix regression in arch_initr_trap()"
With the changes in commit 588efcdd72fc ("powerpc: Don't use relative include for config.h in global_data.h") fixing the root of the problem, we no longer need this re-inclusion. This reverts commit f6c0d365d3e8ee8e4fd3ebe2ed957c2bca9d3328. Cc: Matt Merhar <[email protected]> Signed-off-by: Tom Rini <[email protected]>
-rw-r--r--arch/powerpc/lib/traps.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/powerpc/lib/traps.c b/arch/powerpc/lib/traps.c
index ab8ca269a50..c7bce82a44b 100644
--- a/arch/powerpc/lib/traps.c
+++ b/arch/powerpc/lib/traps.c
@@ -4,7 +4,6 @@
* Wolfgang Denk, DENX Software Engineering, [email protected].
*/
-#include <common.h>
#include <init.h>
#include <asm/global_data.h>