[PATCH v2 05/11] lib: sbi_hsm: Remove unnecessary include
Anup Patel
anup at brainfault.org
Mon Feb 27 06:22:57 PST 2023
On Mon, Feb 27, 2023 at 4:01 PM Andrew Jones <ajones at ventanamicro.com> wrote:
>
> Also remove a superfluous semicolon and add a blank line.
>
> Signed-off-by: Andrew Jones <ajones at ventanamicro.com>
> Reviewed-by: Anup Patel <anup at brainfault.org>
Applied this patch to the riscv/opensbi repo.
Thanks,
Anup
> ---
> 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.1
>
More information about the opensbi
mailing list