summaryrefslogtreecommitdiffstats
path: root/include/linux/rcuwait.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux/rcuwait.h')
-rw-r--r--include/linux/rcuwait.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/rcuwait.h b/include/linux/rcuwait.h
index 90bfa3279a01..563290fc194f 100644
--- a/include/linux/rcuwait.h
+++ b/include/linux/rcuwait.h
@@ -18,7 +18,7 @@
18 * awoken. 18 * awoken.
19 */ 19 */
20struct rcuwait { 20struct rcuwait {
21 struct task_struct *task; 21 struct task_struct __rcu *task;
22}; 22};
23 23
24#define __RCUWAIT_INITIALIZER(name) \ 24#define __RCUWAIT_INITIALIZER(name) \