diff options
Diffstat (limited to 'include/asm-m68knommu/bitops.h')
-rw-r--r-- | include/asm-m68knommu/bitops.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/include/asm-m68knommu/bitops.h b/include/asm-m68knommu/bitops.h index b8b2770d6870..f8dfb7ba2e25 100644 --- a/include/asm-m68knommu/bitops.h +++ b/include/asm-m68knommu/bitops.h | |||
@@ -10,6 +10,10 @@ | |||
10 | 10 | ||
11 | #ifdef __KERNEL__ | 11 | #ifdef __KERNEL__ |
12 | 12 | ||
13 | #ifndef _LINUX_BITOPS_H | ||
14 | #error only <linux/bitops.h> can be included directly | ||
15 | #endif | ||
16 | |||
13 | #include <asm-generic/bitops/ffs.h> | 17 | #include <asm-generic/bitops/ffs.h> |
14 | #include <asm-generic/bitops/__ffs.h> | 18 | #include <asm-generic/bitops/__ffs.h> |
15 | #include <asm-generic/bitops/sched.h> | 19 | #include <asm-generic/bitops/sched.h> |