From 8978bfd2288adaa24d39fa15f57eb9e24ffeca12 Mon Sep 17 00:00:00 2001 From: Guan Xuetao Date: Wed, 28 Mar 2012 18:30:03 +0100 Subject: Disintegrate asm/system.h for Unicore32 [based on ver #3, changed by gxt] Disintegrate asm/system.h for Unicore32. (Compilation successful) The implementation details are not changed, but only splitted. BTW, some codestyles are adjusted. Signed-off-by: David Howells Signed-off-by: Guan Xuetao --- arch/unicore32/kernel/head.S | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'arch/unicore32/kernel/head.S') diff --git a/arch/unicore32/kernel/head.S b/arch/unicore32/kernel/head.S index 8caf322e110d..e8f0b98c02ee 100644 --- a/arch/unicore32/kernel/head.S +++ b/arch/unicore32/kernel/head.S @@ -17,7 +17,7 @@ #include #include #include -#include +#include #include #if (PHYS_OFFSET & 0x003fffff) -- cgit