lib: sbi: Few cosmetic improvements to HART feature detection
authorAnup Patel <anup.patel@wdc.com>
Mon, 11 May 2020 06:12:54 +0000 (11:42 +0530)
committerAnup Patel <anup@brainfault.org>
Tue, 19 May 2020 03:49:44 +0000 (09:19 +0530)
commit2966510eedf03e47e13f3e1a88039bd4199c1085
tree88b86029da3905e19f9fe261cc8a976ecf0a4b86
parent63b0f5f71a4d6bf8539a8cbfa27228dc76e7d71a
lib: sbi: Few cosmetic improvements to HART feature detection

This patch does few cosmetic improvements to HART feature detection:
1. Remove sbi_ perfix from HART feature detection functions
   because all local/static functions in sbi_hart.c don't have
   sbi_ prefix
2. Remove sbi_hart_set_feature() because it's quite small and
   local/static in sbi_hart.c

Signed-off-by: Anup Patel <anup.patel@wdc.com>
Reviewed-by: Atish Patra <atish.patra@wdc.com>
lib/sbi/sbi_hart.c