aboutsummaryrefslogtreecommitdiffstats
path: root/include/asm-v850
diff options
context:
space:
mode:
Diffstat (limited to 'include/asm-v850')
-rw-r--r--include/asm-v850/bitops.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/asm-v850/bitops.h b/include/asm-v850/bitops.h
index 8eafdb1c08ba..f82f5b4a56e0 100644
--- a/include/asm-v850/bitops.h
+++ b/include/asm-v850/bitops.h
@@ -13,6 +13,9 @@
13#ifndef __V850_BITOPS_H__ 13#ifndef __V850_BITOPS_H__
14#define __V850_BITOPS_H__ 14#define __V850_BITOPS_H__
15 15
16#ifndef _LINUX_BITOPS_H
17#error only <linux/bitops.h> can be included directly
18#endif
16 19
17#include <linux/compiler.h> /* unlikely */ 20#include <linux/compiler.h> /* unlikely */
18#include <asm/byteorder.h> /* swab32 */ 21#include <asm/byteorder.h> /* swab32 */