From: Masahiro Yamada <yamada.masah...@socionext.com> Date: Mon, 9 Oct 2017 01:10:12 +0900
> The header include/linux/mlx5/driver.h 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 number of included header files. > > Also, add <linux/radix-tree.h> to include/linux/mlx5/gp.h where radix > tree accessors are used. > > Signed-off-by: Masahiro Yamada <yamada.masah...@socionext.com> Same objections as the mlx4 changes, just include both headers in driver.h