From: Paul E. McKenney Date: Fri, 29 May 2020 02:33:47 +0000 (-0700) Subject: rcu-tasks: Add #include of rcupdate_trace.h to update.c X-Git-Tag: v5.10.7~2014^2^2^4~2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=5b3cc99bedf5885055fbaf35fe63d205f06b5be5;p=platform%2Fkernel%2Flinux-rpi.git rcu-tasks: Add #include of rcupdate_trace.h to update.c Although this is in some strict sense unnecessary, it is good to allow the compiler to compare the function declaration with its definition. This commit therefore adds a #include of linux/rcupdate_trace.h to kernel/rcu/update.c. Reported-by: kbuild test robot Signed-off-by: Paul E. McKenney --- diff --git a/kernel/rcu/update.c b/kernel/rcu/update.c index 84843ad..c0fea80 100644 --- a/kernel/rcu/update.c +++ b/kernel/rcu/update.c @@ -42,6 +42,7 @@ #include #include #include +#include #define CREATE_TRACE_POINTS