diff options
author | Anup Patel <anup.patel@wdc.com> | 2020-03-04 11:08:35 +0530 |
---|---|---|
committer | Anup Patel <anup@brainfault.org> | 2020-03-08 11:06:18 +0530 |
commit | 00d332bbe726d85e4c2b81ab0a08182612f96c03 (patch) | |
tree | 7e0a75570a8b92bff0d74b2141869ce99dd7171a /lib/sbi/sbi_hsm.c | |
parent | 8c83fb2fc8ef0c356f291a7e6517dad70a759981 (diff) |
include: Move bits related defines and macros to sbi_bitops.h
The right location for all bits related defines and macros is
sbi_bitops.h hence this patch. With this patch, the sbi_bits.h
is redundant so we remove it.
Signed-off-by: Anup Patel <anup.patel@wdc.com>
Reviewed-by: Atish Patra <atish.patra@wdc.com>
Diffstat (limited to 'lib/sbi/sbi_hsm.c')
-rw-r--r-- | lib/sbi/sbi_hsm.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/sbi/sbi_hsm.c b/lib/sbi/sbi_hsm.c index 250cc7c..c1fd950 100644 --- a/lib/sbi/sbi_hsm.c +++ b/lib/sbi/sbi_hsm.c @@ -11,7 +11,7 @@ #include <sbi/riscv_barrier.h> #include <sbi/riscv_encoding.h> #include <sbi/riscv_atomic.h> -#include <sbi/sbi_bits.h> +#include <sbi/sbi_bitops.h> #include <sbi/sbi_console.h> #include <sbi/sbi_error.h> #include <sbi/sbi_ecall_interface.h> |