diff --git a/include/linux/sched.h b/include/linux/sched.h index 6a0b77b2b368e..5a4fc3d8a7048 100644 --- a/include/linux/sched.h +++ b/include/linux/sched.h @@ -677,7 +677,7 @@ struct kmap_ctrl { #endif }; -struct task_struct; +struct task_struct // oops only breaks struct task_struct_rh { /* Empty if CONFIG_POSIX_CPUTIMERS=n */ @@ -700,7 +700,7 @@ struct task_struct_rh { #endif /* pointer back to the main task_struct */ - struct task_struct *task_struct; + struct task_struct *task_struct // ooops only break; int trc_reader_nesting; int trc_ipi_to_cpu; union rcu_special trc_reader_special;