projects
/
project
/
bcm63xx
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9b0e3fd
)
sh: Use the generic bitops headers
author
Fabio Estevam
<
[email protected]
>
Thu, 5 Nov 2015 14:43:28 +0000
(12:43 -0200)
committer
Tom Rini
<
[email protected]
>
Thu, 5 Nov 2015 15:52:09 +0000
(10:52 -0500)
The generic bitops headers are required when calling logarithmic
functions, such as ilog2().
Signed-off-by: Fabio Estevam <
[email protected]
>
Reviewed-by: Tom Rini <
[email protected]
>
Reviewed-by: Heiko Schocher <
[email protected]
>
arch/sh/include/asm/bitops.h
patch
|
blob
|
history
diff --git
a/arch/sh/include/asm/bitops.h
b/arch/sh/include/asm/bitops.h
index c57d6284785a999a4bc5fc0853edca2bc71ab6db..8cb8385d76db5e7514f19c75f0d9bbfe6d479016 100644
(file)
--- a/
arch/sh/include/asm/bitops.h
+++ b/
arch/sh/include/asm/bitops.h
@@
-1,6
+1,11
@@
#ifndef __ASM_SH_BITOPS_H
#define __ASM_SH_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>
+
#ifdef __KERNEL__
#include <asm/irqflags.h>
/* For __swab32 */