summaryrefslogtreecommitdiff
path: root/arch/riscv/include/uapi/asm/elf.h
diff options
context:
space:
mode:
authorZong Li <zong.li@sifive.com>2019-10-28 10:42:47 +0300
committerPaul Walmsley <paul.walmsley@sifive.com>2019-11-12 23:04:52 +0300
commit6b57ba8ed48a3ee3d6b53294ccbf02b8cb83c604 (patch)
treebc86c2336402e4a3a3af3faa9945bb751e6ba5ac /arch/riscv/include/uapi/asm/elf.h
parent0fdc636cd95ceeba48b8c171ac338df46b795101 (diff)
downloadlinux-6b57ba8ed48a3ee3d6b53294ccbf02b8cb83c604.tar.xz
riscv: clean up the macro format in each header file
There are many different formats in each header now, such as _ASM_XXX_H, __ASM_XXX_H, _ASM_RISCV_XXX_H, RISCV_XXX_H, etc., This patch tries to unify the format by using _ASM_RISCV_XXX_H, because the most header use it now. This patch also adds the conditional to the headers if they lost it. Signed-off-by: Zong Li <zong.li@sifive.com> Signed-off-by: Paul Walmsley <paul.walmsley@sifive.com>
Diffstat (limited to 'arch/riscv/include/uapi/asm/elf.h')
-rw-r--r--arch/riscv/include/uapi/asm/elf.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/arch/riscv/include/uapi/asm/elf.h b/arch/riscv/include/uapi/asm/elf.h
index 644a00ce6e2e..d696d6610231 100644
--- a/arch/riscv/include/uapi/asm/elf.h
+++ b/arch/riscv/include/uapi/asm/elf.h
@@ -9,8 +9,8 @@
* (at your option) any later version.
*/
-#ifndef _UAPI_ASM_ELF_H
-#define _UAPI_ASM_ELF_H
+#ifndef _UAPI_ASM_RISCV_ELF_H
+#define _UAPI_ASM_RISCV_ELF_H
#include <asm/ptrace.h>
@@ -95,4 +95,4 @@ typedef union __riscv_fp_state elf_fpregset_t;
#define R_RISCV_32_PCREL 57
-#endif /* _UAPI_ASM_ELF_H */
+#endif /* _UAPI_ASM_RISCV_ELF_H */