aboutsummaryrefslogtreecommitdiff
path: root/arch/riscv/include/uapi/asm/hwcap.h
diff options
context:
space:
mode:
authorPaul Walmsley <paul.walmsley@sifive.com>2019-11-22 18:58:34 -0800
committerPaul Walmsley <paul.walmsley@sifive.com>2019-11-22 18:58:34 -0800
commit4a979862dde46b738316014ca4995eae2f428413 (patch)
treef9365962647e2fc92a6af614e305e46a0ae1928d /arch/riscv/include/uapi/asm/hwcap.h
parente8cad25b7e8ac8a1ecd7d7243cbea9cfa7049bee (diff)
parentc5ab54e9945b5f3dc8e9c31b93bb334fcea126f4 (diff)
Merge branch 'next/misc' into for-next
Diffstat (limited to 'arch/riscv/include/uapi/asm/hwcap.h')
-rw-r--r--arch/riscv/include/uapi/asm/hwcap.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/arch/riscv/include/uapi/asm/hwcap.h b/arch/riscv/include/uapi/asm/hwcap.h
index 4e7646077056..dee98ee28318 100644
--- a/arch/riscv/include/uapi/asm/hwcap.h
+++ b/arch/riscv/include/uapi/asm/hwcap.h
@@ -5,8 +5,8 @@
* Copyright (C) 2012 ARM Ltd.
* Copyright (C) 2017 SiFive
*/
-#ifndef __UAPI_ASM_HWCAP_H
-#define __UAPI_ASM_HWCAP_H
+#ifndef _UAPI_ASM_RISCV_HWCAP_H
+#define _UAPI_ASM_RISCV_HWCAP_H
/*
* Linux saves the floating-point registers according to the ISA Linux is
@@ -22,4 +22,4 @@
#define COMPAT_HWCAP_ISA_D (1 << ('D' - 'A'))
#define COMPAT_HWCAP_ISA_C (1 << ('C' - 'A'))
-#endif
+#endif /* _UAPI_ASM_RISCV_HWCAP_H */