diff options
Diffstat (limited to 'include/asm-alpha/bitops.h')
-rw-r--r-- | include/asm-alpha/bitops.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/asm-alpha/bitops.h b/include/asm-alpha/bitops.h index 9e71201000d5..ca667d121898 100644 --- a/include/asm-alpha/bitops.h +++ b/include/asm-alpha/bitops.h | |||
@@ -367,6 +367,7 @@ static inline unsigned int hweight8(unsigned int w) | |||
367 | #else | 367 | #else |
368 | #include <asm-generic/bitops/hweight.h> | 368 | #include <asm-generic/bitops/hweight.h> |
369 | #endif | 369 | #endif |
370 | #include <asm-generic/bitops/lock.h> | ||
370 | 371 | ||
371 | #endif /* __KERNEL__ */ | 372 | #endif /* __KERNEL__ */ |
372 | 373 | ||