summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2021-06-03 16:39:00 +0300
committerTom Rini <trini@konsulko.com>2021-06-23 15:45:03 +0300
commit8f0f26eb59006846348b59e1e9eca98b24cea333 (patch)
tree12e8f93f6a17b3f3592e1665186d2f14be23ec1b
parent8b95deafc511b56a73b8565f411a49d98755c957 (diff)
downloadu-boot-8f0f26eb59006846348b59e1e9eca98b24cea333.tar.xz
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 <mattmerhar@protonmail.com> Signed-off-by: Tom Rini <trini@konsulko.com>
-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 ab8ca269a5..c7bce82a44 100644
--- a/arch/powerpc/lib/traps.c
+++ b/arch/powerpc/lib/traps.c
@@ -4,7 +4,6 @@
* Wolfgang Denk, DENX Software Engineering, wd@denx.de.
*/
-#include <common.h>
#include <init.h>
#include <asm/global_data.h>