OSDN Git Service

ARC: Fix build breakage for !CONFIG_ARC_DW2_UNWIND
authorVineet Gupta <vgupta@synopsys.com>
Tue, 24 Jun 2014 14:03:39 +0000 (19:33 +0530)
committerVineet Gupta <vgupta@synopsys.com>
Thu, 26 Jun 2014 04:44:02 +0000 (10:14 +0530)
Fixes: ec7ac6afd07b (ARC: switch to generic ENTRY/END assembler annotations)
Reported-by: Anton Kolesov <akolesov@synopsys.com>
Signed-off-by: Vineet Gupta <vgupta@synopsys.com>
arch/arc/kernel/ctx_sw_asm.S

index 2ff0347..e248594 100644 (file)
@@ -10,9 +10,9 @@
  *  -This is the more "natural" hand written assembler
  */
 
+#include <linux/linkage.h>
 #include <asm/entry.h>       /* For the SAVE_* macros */
 #include <asm/asm-offsets.h>
-#include <asm/linkage.h>
 
 #define KSP_WORD_OFF   ((TASK_THREAD + THREAD_KSP) / 4)