aboutsummaryrefslogtreecommitdiff
path: root/arch/riscv/include/asm/csr.h
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2018-11-20 12:36:47 -0500
committerTom Rini <trini@konsulko.com>2018-11-20 12:39:16 -0500
commita3e1653ddeb02f39481eba572275016171e9670c (patch)
treeab620de093377355ef863ecfe4e1bfda9a9129c8 /arch/riscv/include/asm/csr.h
parente070dc422d98cd232a928ceba87ac448854b8f25 (diff)
parent5bbf36af7ff6f4ff77d903320e95e5628c68884d (diff)
Merge git://git.denx.de/u-boot-marvell
- Clearfog GT-8K support added by Baruch / Raheeb - const and sizes cleanup (also in MIPS) from Baruch - Minor cleanup to db-88f6820 from Chris
Diffstat (limited to 'arch/riscv/include/asm/csr.h')
-rw-r--r--arch/riscv/include/asm/csr.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/riscv/include/asm/csr.h b/arch/riscv/include/asm/csr.h
index 50fccea5c8..29624fdbb5 100644
--- a/arch/riscv/include/asm/csr.h
+++ b/arch/riscv/include/asm/csr.h
@@ -8,6 +8,8 @@
#ifndef _ASM_RISCV_CSR_H
#define _ASM_RISCV_CSR_H
+#include <linux/const.h>
+
/* Status register flags */
#define SR_SIE _AC(0x00000002, UL) /* Supervisor Interrupt Enable */
#define SR_SPIE _AC(0x00000020, UL) /* Previous Supervisor IE */