aboutsummaryrefslogtreecommitdiffstats
path: root/include/asm-ia64/bitops.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/asm-ia64/bitops.h')
-rw-r--r--include/asm-ia64/bitops.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/asm-ia64/bitops.h b/include/asm-ia64/bitops.h
index 6cc517e212a9..569dd62fe192 100644
--- a/include/asm-ia64/bitops.h
+++ b/include/asm-ia64/bitops.h
@@ -371,6 +371,8 @@ hweight64 (unsigned long x)
371#define hweight16(x) (unsigned int) hweight64((x) & 0xfffful) 371#define hweight16(x) (unsigned int) hweight64((x) & 0xfffful)
372#define hweight8(x) (unsigned int) hweight64((x) & 0xfful) 372#define hweight8(x) (unsigned int) hweight64((x) & 0xfful)
373 373
374#include <asm-generic/bitops/lock.h>
375
374#endif /* __KERNEL__ */ 376#endif /* __KERNEL__ */
375 377
376#include <asm-generic/bitops/find.h> 378#include <asm-generic/bitops/find.h>