]> git.baikalelectronics.ru Git - kernel.git/commit
rcu-tasks: Add #include of rcupdate_trace.h to update.c
authorPaul E. McKenney <paulmck@kernel.org>
Fri, 29 May 2020 02:33:47 +0000 (19:33 -0700)
committerPaul E. McKenney <paulmck@kernel.org>
Mon, 29 Jun 2020 19:00:22 +0000 (12:00 -0700)
commit7f0a5f0030b0b3b272b2f3e9c2b0a33f48ea10d1
tree92b79f9702aaec3ee90fd5d306f3d5d69c0a0cb1
parente2ccaa1baae18faca65e3a5695058853b0f813a2
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>
kernel/rcu/update.c