From: Daniel Schwierzeck Date: Sun, 16 Nov 2014 00:27:23 +0000 (+0100) Subject: MIPS: bootm: remove unused or redundant header files X-Git-Tag: KARO-TXA5-2015-06-26~211^2 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=6cec63d59dc102e87077cd1d85f3c1b9cdcad239;p=karo-tx-uboot.git MIPS: bootm: remove unused or redundant header files Signed-off-by: Daniel Schwierzeck --- diff --git a/arch/mips/lib/bootm.c b/arch/mips/lib/bootm.c index f947fd6c9e..e0722d20d1 100644 --- a/arch/mips/lib/bootm.c +++ b/arch/mips/lib/bootm.c @@ -6,10 +6,7 @@ */ #include -#include #include -#include -#include #include DECLARE_GLOBAL_DATA_PTR;