lib: sbi: Remove redundant hartid parameter from sbi_hart_init()
authorAnup Patel <anup.patel@wdc.com>
Sun, 20 Sep 2020 08:19:02 +0000 (13:49 +0530)
committerAnup Patel <anup@brainfault.org>
Tue, 20 Oct 2020 05:48:28 +0000 (11:18 +0530)
commitf81d6f6f43c661829b796a849058676eaadc2533
tree968ed23b094e907c57d3f7803e3eaeb2fc7a2d5d
parenta126886bfa4bd11a8b1595dab8246476741fc098
lib: sbi: Remove redundant hartid parameter from sbi_hart_init()

The hartid parameter of sbi_hart_init() is not used anywhere in
sbi_hart_init() implementation so let's remove it.

Signed-off-by: Anup Patel <anup.patel@wdc.com>
Reviewed-by: Atish Patra <atish.patra@wdc.com>
Reviewed-by: Alistair Francis <alistair.francis@wdc.com>
include/sbi/sbi_hart.h
lib/sbi/sbi_hart.c
lib/sbi/sbi_init.c