[PATCH] bitops: fls64: add missing include
Raphael Poggi
poggi.raph at gmail.com
Wed Apr 13 07:18:58 PDT 2016
Signed-off-by: Raphael Poggi <poggi.raph at gmail.com>
---
include/asm-generic/bitops/fls64.h | 1 +
1 file changed, 1 insertion(+)
diff --git a/include/asm-generic/bitops/fls64.h b/include/asm-generic/bitops/fls64.h
index 86d403f..e8eff76 100644
--- a/include/asm-generic/bitops/fls64.h
+++ b/include/asm-generic/bitops/fls64.h
@@ -2,6 +2,7 @@
#define _ASM_GENERIC_BITOPS_FLS64_H_
#include <asm/types.h>
+#include <asm-generic/bitops/__fls.h>
/**
* fls64 - find last set bit in a 64-bit word
--
2.1.0
More information about the barebox
mailing list