aboutsummaryrefslogtreecommitdiff
path: root/include/asm-um/rwsem.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/asm-um/rwsem.h')
-rw-r--r--include/asm-um/rwsem.h10
1 files changed, 0 insertions, 10 deletions
diff --git a/include/asm-um/rwsem.h b/include/asm-um/rwsem.h
deleted file mode 100644
index 661c0e54702..00000000000
--- a/include/asm-um/rwsem.h
+++ /dev/null
@@ -1,10 +0,0 @@
-#ifndef __UM_RWSEM_H__
-#define __UM_RWSEM_H__
-
-#if __GNUC__ < 2 || (__GNUC__ == 2 && __GNUC_MINOR__ < 96)
-#define __builtin_expect(exp,c) (exp)
-#endif
-
-#include "asm/arch/rwsem.h"
-
-#endif