aboutsummaryrefslogtreecommitdiffstats
path: root/include/asm-generic/bitops.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/asm-generic/bitops.h')
-rw-r--r--include/asm-generic/bitops.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/include/asm-generic/bitops.h b/include/asm-generic/bitops.h
index 1f9d99193df8..15e6f253dda4 100644
--- a/include/asm-generic/bitops.h
+++ b/include/asm-generic/bitops.h
@@ -19,9 +19,14 @@
19 19
20#ifdef __KERNEL__ 20#ifdef __KERNEL__
21 21
22#ifndef _LINUX_BITOPS_H
23#error only <linux/bitops.h> can be included directly
24#endif
25
22#include <asm-generic/bitops/sched.h> 26#include <asm-generic/bitops/sched.h>
23#include <asm-generic/bitops/ffs.h> 27#include <asm-generic/bitops/ffs.h>
24#include <asm-generic/bitops/hweight.h> 28#include <asm-generic/bitops/hweight.h>
29#include <asm-generic/bitops/lock.h>
25 30
26#include <asm-generic/bitops/ext2-non-atomic.h> 31#include <asm-generic/bitops/ext2-non-atomic.h>
27#include <asm-generic/bitops/ext2-atomic.h> 32#include <asm-generic/bitops/ext2-atomic.h>