kernel/include/linux/mm_types.h
.. .. @@ -12,7 +12,6 @@ 12 12 #include <linux/completion.h> 13 13 #include <linux/cpumask.h> 14 14 #include <linux/uprobes.h> 15 -#include <linux/rcupdate.h>16 15 #include <linux/page-flags-layout.h> 17 16 #include <linux/workqueue.h> 18 17 #include <linux/seqlock.h> .. .. @@ -591,9 +590,6 @@ 591 590 bool tlb_flush_batched; 592 591 #endif 593 592 struct uprobes_state uprobes_state; 594 -#ifdef CONFIG_PREEMPT_RT595 - struct rcu_head delayed_drop;596 -#endif597 593 #ifdef CONFIG_HUGETLB_PAGE 598 594 atomic_long_t hugetlb_usage; 599 595 #endif