[PATCH 05/12] iocontext.h: replace <linux/radix-tree.h> with <linux/radix-tree-root.h>

From: Masahiro Yamada
Date: Sun Oct 08 2017 - 12:14:17 EST


This header requires the definition of struct radix_tree_root, but
does not need to know anything about other radix tree stuff.

Include <linux/radix-tree-root.h> instead of <linux/radix-tree.h> to
reduce the header dependency.

Signed-off-by: Masahiro Yamada <yamada.masahiro@xxxxxxxxxxxxx>
---

include/linux/iocontext.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/include/linux/iocontext.h b/include/linux/iocontext.h
index df38db2..dc0b587 100644
--- a/include/linux/iocontext.h
+++ b/include/linux/iocontext.h
@@ -1,7 +1,7 @@
#ifndef IOCONTEXT_H
#define IOCONTEXT_H

-#include <linux/radix-tree.h>
+#include <linux/radix-tree-root.h>
#include <linux/rcupdate.h>
#include <linux/workqueue.h>

--
2.7.4