From 00d332bbe726d85e4c2b81ab0a08182612f96c03 Mon Sep 17 00:00:00 2001 From: Anup Patel Date: Wed, 4 Mar 2020 11:08:35 +0530 Subject: 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 Reviewed-by: Atish Patra --- lib/sbi/sbi_system.c | 1 + 1 file changed, 1 insertion(+) (limited to 'lib/sbi/sbi_system.c') diff --git a/lib/sbi/sbi_system.c b/lib/sbi/sbi_system.c index c6aa36c..68fad0f 100644 --- a/lib/sbi/sbi_system.c +++ b/lib/sbi/sbi_system.c @@ -8,6 +8,7 @@ * Nick Kossifidis */ +#include #include #include #include -- cgit v1.2.3