diff options
author | Paul E. McKenney | 2020-05-28 19:33:47 -0700 |
---|---|---|
committer | Paul E. McKenney | 2020-06-29 12:00:22 -0700 |
commit | 5b3cc99bedf5885055fbaf35fe63d205f06b5be5 (patch) | |
tree | 92b79f9702aaec3ee90fd5d306f3d5d69c0a0cb1 /kernel/rcu | |
parent | 04a3c5aa7a8cb2ce97f9beb627ba742bc8b0fe03 (diff) |
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 <lkp@intel.com>
Signed-off-by: Paul E. McKenney <paulmck@kernel.org>
Diffstat (limited to 'kernel/rcu')
-rw-r--r-- | kernel/rcu/update.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/kernel/rcu/update.c b/kernel/rcu/update.c index 84843adfd939..c0fea809d738 100644 --- a/kernel/rcu/update.c +++ b/kernel/rcu/update.c @@ -42,6 +42,7 @@ #include <linux/kprobes.h> #include <linux/slab.h> #include <linux/irq_work.h> +#include <linux/rcupdate_trace.h> #define CREATE_TRACE_POINTS |