arm64: zynqmp: Add clock name for GPU
[oweals/u-boot.git] / arch / sh / include / asm / bitops.h
index c57d6284785a999a4bc5fc0853edca2bc71ab6db..8cb8385d76db5e7514f19c75f0d9bbfe6d479016 100644 (file)
@@ -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 */