Skip to content

Commit f9bc289

Browse files
committed
ARC: Fix build breakage for !CONFIG_ARC_DW2_UNWIND
Signed-off-by: Vineet Gupta <[email protected]>
1 parent c3528fa commit f9bc289

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

arch/arc/kernel/ctx_sw_asm.S

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@
1010
* -This is the more "natural" hand written assembler
1111
*/
1212

13+
#include <linux/linkage.h>
1314
#include <asm/entry.h> /* For the SAVE_* macros */
1415
#include <asm/asm-offsets.h>
15-
#include <asm/linkage.h>
1616

1717
#define KSP_WORD_OFF ((TASK_THREAD + THREAD_KSP) / 4)
1818

0 commit comments

Comments
 (0)