aboutsummaryrefslogtreecommitdiffstats
path: root/include/asm-powerpc/current.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/asm-powerpc/current.h')
-rw-r--r--include/asm-powerpc/current.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/asm-powerpc/current.h b/include/asm-powerpc/current.h
index b8708aedf925..e2c7f06931e7 100644
--- a/include/asm-powerpc/current.h
+++ b/include/asm-powerpc/current.h
@@ -12,6 +12,7 @@
12struct task_struct; 12struct task_struct;
13 13
14#ifdef __powerpc64__ 14#ifdef __powerpc64__
15#include <linux/stddef.h>
15#include <asm/paca.h> 16#include <asm/paca.h>
16 17
17static inline struct task_struct *get_current(void) 18static inline struct task_struct *get_current(void)