Skip to content

Commit

Permalink
Merge tag 'csky-for-linus-6.6-2' of https://github.com/c-sky/csky-linux
Browse files Browse the repository at this point in the history
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
  • Loading branch information
Linus Torvalds committed Sep 1, 2023
2 parents 99d9982 + 5195c35 commit a031eba
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions arch/csky/include/asm/traps.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a031eba

Please sign in to comment.