aboutsummaryrefslogtreecommitdiffstats
path: root/include/asm-um/bitops.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/asm-um/bitops.h')
-rw-r--r--include/asm-um/bitops.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/asm-um/bitops.h b/include/asm-um/bitops.h
index 46d781953d3a..e4d38d437b97 100644
--- a/include/asm-um/bitops.h
+++ b/include/asm-um/bitops.h
@@ -1,6 +1,10 @@
1#ifndef __UM_BITOPS_H 1#ifndef __UM_BITOPS_H
2#define __UM_BITOPS_H 2#define __UM_BITOPS_H
3 3
4#ifndef _LINUX_BITOPS_H
5#error only <linux/bitops.h> can be included directly
6#endif
7
4#include "asm/arch/bitops.h" 8#include "asm/arch/bitops.h"
5 9
6#endif 10#endif