summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/sbi/sbi_trap.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/include/sbi/sbi_trap.h b/include/sbi/sbi_trap.h
index b6918e0d..54ccea7b 100644
--- a/include/sbi/sbi_trap.h
+++ b/include/sbi/sbi_trap.h
@@ -205,8 +205,7 @@ struct sbi_trap_info {
struct sbi_scratch;
int sbi_trap_redirect(struct sbi_trap_regs *regs,
- struct sbi_trap_info *trap,
- struct sbi_scratch *scratch);
+ struct sbi_trap_info *trap);
void sbi_trap_handler(struct sbi_trap_regs *regs,
struct sbi_scratch *scratch);