]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - include/asm-cris/current.h
[POWERPC] ibmebus: More descriptive error return code in ibmebus_store_probe()
[linux-2.6-omap-h63xx.git] / include / asm-cris / current.h
index dce69c99da39088de75bad41a8a8ca073a75bde1..5f5c0efd00be4a962b2381e02a89a264efd0e737 100644 (file)
@@ -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;
 }