aboutsummaryrefslogtreecommitdiff
path: root/arch/riscv64/kernel/sbi.c
diff options
context:
space:
mode:
Diffstat (limited to 'arch/riscv64/kernel/sbi.c')
-rw-r--r--arch/riscv64/kernel/sbi.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/riscv64/kernel/sbi.c b/arch/riscv64/kernel/sbi.c
index 6a417d8..5602dd9 100644
--- a/arch/riscv64/kernel/sbi.c
+++ b/arch/riscv64/kernel/sbi.c
@@ -3,7 +3,7 @@
* riscv64 specific OpenSBI handling.
*/
-#include <sbi.h>
+#include "sbi.h"
struct sbiret sbi_ecall(int ext, int fid, unsigned long arg0,
unsigned long arg1, unsigned long arg2,