diff options
Diffstat (limited to 'arch/riscv/include/uapi/asm/ucontext.h')
| -rw-r--r-- | arch/riscv/include/uapi/asm/ucontext.h | 6 | 
1 files changed, 3 insertions, 3 deletions
diff --git a/arch/riscv/include/uapi/asm/ucontext.h b/arch/riscv/include/uapi/asm/ucontext.h index 411dd7b52ed6..44eb993950e5 100644 --- a/arch/riscv/include/uapi/asm/ucontext.h +++ b/arch/riscv/include/uapi/asm/ucontext.h @@ -5,8 +5,8 @@   *   * This file was copied from arch/arm64/include/uapi/asm/ucontext.h   */ -#ifndef _UAPI__ASM_UCONTEXT_H -#define _UAPI__ASM_UCONTEXT_H +#ifndef _UAPI_ASM_RISCV_UCONTEXT_H +#define _UAPI_ASM_RISCV_UCONTEXT_H  #include <linux/types.h> @@ -31,4 +31,4 @@ struct ucontext {  	struct sigcontext uc_mcontext;  }; -#endif /* _UAPI__ASM_UCONTEXT_H */ +#endif /* _UAPI_ASM_RISCV_UCONTEXT_H */  | 

