summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFabio Estevam <fabio.estevam@freescale.com>2015-11-05 12:43:33 -0200
committerTom Rini <trini@konsulko.com>2015-11-05 10:52:21 -0500
commitd0a31232f59d12d24a41adee733ce357951a8b9f (patch)
tree1c93397dcdff2b221223879578ab076093478619
parent85dfd700b6e52a271e52914f75094ef4ea5cd4fe (diff)
downloadtalos-obmc-uboot-d0a31232f59d12d24a41adee733ce357951a8b9f.tar.gz
talos-obmc-uboot-d0a31232f59d12d24a41adee733ce357951a8b9f.zip
nds32: Use the generic bitops headers
The generic bitops headers are required when calling logarithmic functions, such as ilog2(). Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com> Reviewed-by: Jagan Teki <jteki@openedev.com>
-rw-r--r--arch/nds32/include/asm/bitops.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/nds32/include/asm/bitops.h b/arch/nds32/include/asm/bitops.h
index f1aa9a356b..7ee37c37bc 100644
--- a/arch/nds32/include/asm/bitops.h
+++ b/arch/nds32/include/asm/bitops.h
@@ -21,6 +21,10 @@
#ifdef __KERNEL__
#include <asm/system.h>
+#include <asm-generic/bitops/fls.h>
+#include <asm-generic/bitops/__fls.h>
+#include <asm-generic/bitops/fls64.h>
+#include <asm-generic/bitops/__ffs.h>
#define smp_mb__before_clear_bit() do { } while (0)
#define smp_mb__after_clear_bit() do { } while (0)
OpenPOWER on IntegriCloud