* [PATCH] rcu/tree: include mm.h where kvfree() is defined
@ 2020-03-30 15:26 Uladzislau Rezki (Sony)
0 siblings, 0 replies; only message in thread
From: Uladzislau Rezki (Sony) @ 2020-03-30 15:26 UTC (permalink / raw)
To: LKML, Paul E . McKenney, Joel Fernandes
Cc: RCU, Andrew Morton, Uladzislau Rezki, Steven Rostedt,
Oleksiy Avramchenko, kbuild test robot
Fix build error, due to implicit declaration of
function vfree() by just including an appropriate
header file.
Reported-by: kbuild test robot <lkp@intel.com>
Signed-off-by: Uladzislau Rezki (Sony) <urezki@gmail.com>
---
kernel/rcu/tree.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/kernel/rcu/tree.c b/kernel/rcu/tree.c
index d6536374d12a..27ed119a9027 100644
--- a/kernel/rcu/tree.c
+++ b/kernel/rcu/tree.c
@@ -57,6 +57,7 @@
#include <linux/slab.h>
#include <linux/sched/isolation.h>
#include <linux/sched/clock.h>
+#include <linux/mm.h>
#include "../time/tick-internal.h"
#include "tree.h"
--
2.20.1
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2020-03-30 15:26 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-03-30 15:26 [PATCH] rcu/tree: include mm.h where kvfree() is defined Uladzislau Rezki (Sony)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox