[RFC PATCH 05/11] lib: sbi_hsm: Remove unnecessary include
Andrew Jones
ajones at ventanamicro.com
Fri Jan 6 03:22:03 PST 2023
Also remove a superfluous semicolon and add a blank line.
Signed-off-by: Andrew Jones <ajones at ventanamicro.com>
---
lib/sbi/sbi_ecall_hsm.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/lib/sbi/sbi_ecall_hsm.c b/lib/sbi/sbi_ecall_hsm.c
index 703a824493b4..f1b41d073b22 100644
--- a/lib/sbi/sbi_ecall_hsm.c
+++ b/lib/sbi/sbi_ecall_hsm.c
@@ -12,7 +12,6 @@
#include <sbi/sbi_ecall_interface.h>
#include <sbi/sbi_error.h>
#include <sbi/sbi_trap.h>
-#include <sbi/sbi_version.h>
#include <sbi/sbi_hsm.h>
#include <sbi/sbi_scratch.h>
#include <sbi/riscv_asm.h>
@@ -45,7 +44,8 @@ static int sbi_ecall_hsm_handler(unsigned long extid, unsigned long funcid,
break;
default:
ret = SBI_ENOTSUPP;
- };
+ }
+
if (ret >= 0) {
*out_val = ret;
ret = 0;
--
2.39.0
More information about the opensbi
mailing list