summaryrefslogtreecommitdiff
path: root/include/asm-arm26/current.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/asm-arm26/current.h')
-rw-r--r--include/asm-arm26/current.h15
1 files changed, 0 insertions, 15 deletions
diff --git a/include/asm-arm26/current.h b/include/asm-arm26/current.h
deleted file mode 100644
index 75d21e2a3ff7..000000000000
--- a/include/asm-arm26/current.h
+++ /dev/null
@@ -1,15 +0,0 @@
-#ifndef _ASMARM_CURRENT_H
-#define _ASMARM_CURRENT_H
-
-#include <linux/thread_info.h>
-
-static inline struct task_struct *get_current(void) __attribute_const__;
-
-static inline struct task_struct *get_current(void)
-{
- return current_thread_info()->task;
-}
-
-#define current (get_current())
-
-#endif /* _ASMARM_CURRENT_H */