aboutsummaryrefslogtreecommitdiffstats
path: root/include/asm-cris/current.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/asm-cris/current.h')
-rw-r--r--include/asm-cris/current.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/asm-cris/current.h b/include/asm-cris/current.h
index dce69c99da39..5f5c0efd00be 100644
--- a/include/asm-cris/current.h
+++ b/include/asm-cris/current.h
@@ -5,7 +5,7 @@
struct task_struct;
-extern inline struct task_struct * get_current(void)
+static inline struct task_struct * get_current(void)
{
return current_thread_info()->task;
}