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 dce69c99da3..5f5c0efd00b 100644
--- a/include/asm-cris/current.h
+++ b/include/asm-cris/current.h
@@ -5,7 +5,7 @@
5 5
6struct task_struct; 6struct task_struct;
7 7
8extern inline struct task_struct * get_current(void) 8static inline struct task_struct * get_current(void)
9{ 9{
10 return current_thread_info()->task; 10 return current_thread_info()->task;
11} 11}