diff options
Diffstat (limited to 'include/asm-avr32/bitops.h')
-rw-r--r-- | include/asm-avr32/bitops.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/include/asm-avr32/bitops.h b/include/asm-avr32/bitops.h index f3faddfd46a8..1a50b69b1a19 100644 --- a/include/asm-avr32/bitops.h +++ b/include/asm-avr32/bitops.h | |||
@@ -8,6 +8,10 @@ | |||
8 | #ifndef __ASM_AVR32_BITOPS_H | 8 | #ifndef __ASM_AVR32_BITOPS_H |
9 | #define __ASM_AVR32_BITOPS_H | 9 | #define __ASM_AVR32_BITOPS_H |
10 | 10 | ||
11 | #ifndef _LINUX_BITOPS_H | ||
12 | #error only <linux/bitops.h> can be included directly | ||
13 | #endif | ||
14 | |||
11 | #include <asm/byteorder.h> | 15 | #include <asm/byteorder.h> |
12 | #include <asm/system.h> | 16 | #include <asm/system.h> |
13 | 17 | ||