From 3a53e99c7de155d8c5e057d9fda1939b60e18a2f Mon Sep 17 00:00:00 2001 From: Simon Glass Date: Wed, 17 May 2017 08:22:57 -0600 Subject: nds32: Remove include files from common.h With a few tweaks we can avoid including these files, which are only needed by two C files. Signed-off-by: Simon Glass --- arch/nds32/lib/bootm.c | 1 + 1 file changed, 1 insertion(+) (limited to 'arch/nds32/lib/bootm.c') diff --git a/arch/nds32/lib/bootm.c b/arch/nds32/lib/bootm.c index 4c95a418a8..21aadf284f 100644 --- a/arch/nds32/lib/bootm.c +++ b/arch/nds32/lib/bootm.c @@ -12,6 +12,7 @@ #include #include #include +#include DECLARE_GLOBAL_DATA_PTR; -- cgit v1.2.3