From: Paul E. McKenney Date: Wed, 3 May 2017 18:18:01 +0000 (-0700) Subject: rcu: Remove linux/debugobjects.h from rcupdate.h X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=752de307b0ee47308bfc299de3a3ad623c16b4d8;p=GitHub%2Fmoto-9609%2Fandroid_kernel_motorola_exynos9610.git rcu: Remove linux/debugobjects.h from rcupdate.h The include/linux/rcupdate.h file does not actually need anything from linux/debugobjects.h, so this commit removes the inclusion. Reported-by: Ingo Molnar Signed-off-by: Paul E. McKenney --- diff --git a/include/linux/rcupdate.h b/include/linux/rcupdate.h index 9206a28a2d44..f105f0834bbe 100644 --- a/include/linux/rcupdate.h +++ b/include/linux/rcupdate.h @@ -40,7 +40,6 @@ #include #include #include -#include #include #include #include