projects
/
platform
/
kernel
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d308c9e
)
sparc: Use the generic bitops headers
author
Fabio Estevam
<fabio.estevam@freescale.com>
Thu, 5 Nov 2015 14:43:31 +0000
(12:43 -0200)
committer
Tom Rini
<trini@konsulko.com>
Thu, 5 Nov 2015 15:52:16 +0000
(10:52 -0500)
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>
arch/sparc/include/asm/bitops.h
patch
|
blob
|
history
diff --git
a/arch/sparc/include/asm/bitops.h
b/arch/sparc/include/asm/bitops.h
index
fa39fa3
..
c66f730
100644
(file)
--- a/
arch/sparc/include/asm/bitops.h
+++ b/
arch/sparc/include/asm/bitops.h
@@
-9,4
+9,9
@@
#ifndef _SPARC_BITOPS_H
#define _SPARC_BITOPS_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>
+
#endif /* _SPARC_BITOPS_H */