Skip to content

Commit a031eba

Browse files
committed
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
2 parents 99d9982 + 5195c35 commit a031eba

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

arch/csky/include/asm/traps.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@
33
#ifndef __ASM_CSKY_TRAPS_H
44
#define __ASM_CSKY_TRAPS_H
55

6+
#include <linux/linkage.h>
7+
68
#define VEC_RESET 0
79
#define VEC_ALIGN 1
810
#define VEC_ACCESS 2

0 commit comments

Comments
 (0)