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.h10
1 files changed, 0 insertions, 10 deletions
diff --git a/include/asm-um/bitops.h b/include/asm-um/bitops.h
deleted file mode 100644
index e4d38d437b97..000000000000
--- a/include/asm-um/bitops.h
+++ /dev/null
@@ -1,10 +0,0 @@
1#ifndef __UM_BITOPS_H
2#define __UM_BITOPS_H
3
4#ifndef _LINUX_BITOPS_H
5#error only <linux/bitops.h> can be included directly
6#endif
7
8#include "asm/arch/bitops.h"
9
10#endif