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 <mattmer...@protonmail.com> Signed-off-by: Tom Rini <tr...@konsulko.com> --- I will need to reword this to have the right commit ID when merging. --- arch/powerpc/lib/traps.c | 1 - 1 file changed, 1 deletion(-) diff --git a/arch/powerpc/lib/traps.c b/arch/powerpc/lib/traps.c index ab8ca269a50c..c7bce82a44b3 100644 --- a/arch/powerpc/lib/traps.c +++ b/arch/powerpc/lib/traps.c @@ -4,7 +4,6 @@ * Wolfgang Denk, DENX Software Engineering, w...@denx.de. */ -#include <common.h> #include <init.h> #include <asm/global_data.h> -- 2.17.1