aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLinus Torvalds <torvalds@linux-foundation.org>2023-09-01 08:02:45 -0700
committerLinus Torvalds <torvalds@linux-foundation.org>2023-09-01 08:02:45 -0700
commita031eba2956863457b2680453ca45515a1605a47 (patch)
tree42999787385f458e184fad2f663f962b9c1d79cb
parent99d99825fc075fd24b60cc9cf0fb1e20b9c16b0f (diff)
parent5195c35ac4f09bc45bde23b98d74c4f5d62bea65 (diff)
downloadlinux-a031eba2956863457b2680453ca45515a1605a47.tar.gz
Merge tag 'csky-for-linus-6.6-2' of https://github.com/c-sky/csky-linux
Pull arch/csky fix from Guo Ren: - Fix compile error by missing header file * tag 'csky-for-linus-6.6-2' of https://github.com/c-sky/csky-linux: csky: Fixup compile error
-rw-r--r--arch/csky/include/asm/traps.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/csky/include/asm/traps.h b/arch/csky/include/asm/traps.h
index 1e7d303b91e98d..732c4aaa2e2601 100644
--- a/arch/csky/include/asm/traps.h
+++ b/arch/csky/include/asm/traps.h
@@ -3,6 +3,8 @@
#ifndef __ASM_CSKY_TRAPS_H
#define __ASM_CSKY_TRAPS_H
+#include <linux/linkage.h>
+
#define VEC_RESET 0
#define VEC_ALIGN 1
#define VEC_ACCESS 2