summaryrefslogtreecommitdiffstats
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 @@
-#ifndef __UM_BITOPS_H
-#define __UM_BITOPS_H
-
-#ifndef _LINUX_BITOPS_H
-#error only <linux/bitops.h> can be included directly
-#endif
-
-#include "asm/arch/bitops.h"
-
-#endif