From: Simon Glass Date: Fri, 31 Mar 2017 14:40:39 +0000 (-0600) Subject: board_f: powerpc: Drop unused headers X-Git-Tag: v2017.05-rc2~85 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=1fbf97dc45463dbf463a33642631a914c2aeae05;p=platform%2Fkernel%2Fu-boot.git board_f: powerpc: Drop unused headers These includes don't seem to be needed now. Drop them. Reserve the mp.h header for PowerPC for now. Signed-off-by: Simon Glass Reviewed-by: Stefan Roese Reviewed-by: York Sun --- diff --git a/common/board_f.c b/common/board_f.c index bed09e2..224fbed 100644 --- a/common/board_f.c +++ b/common/board_f.c @@ -22,21 +22,6 @@ #include #include #include - -/* TODO: Can we move these into arch/ headers? */ -#ifdef CONFIG_8xx -#include -#endif -#ifdef CONFIG_5xx -#include -#endif -#ifdef CONFIG_MPC5xxx -#include -#endif -#if defined(CONFIG_MP) && (defined(CONFIG_MPC86xx) || defined(CONFIG_E500)) -#include -#endif - #include #include #include @@ -46,6 +31,9 @@ #include #include #include +#if defined(CONFIG_MP) && defined(CONFIG_PPC) +#include +#endif #include #include #include