]> Git Repo - linux.git/commit
include/linux/radix-tree.h: replace kernel.h with the necessary inclusions
authorAndy Shevchenko <[email protected]>
Tue, 9 Nov 2021 02:32:38 +0000 (18:32 -0800)
committerLinus Torvalds <[email protected]>
Tue, 9 Nov 2021 18:02:49 +0000 (10:02 -0800)
commit98e1385ef24bd607586fbf44e73decd5112d3d4a
treeaf74365ef38e723fcb287a11f048f96d87d28b20
parent1fcbd5deac51f30a7ed3f10bea422d08a2b3aba6
include/linux/radix-tree.h: replace kernel.h with the necessary inclusions

When kernel.h is used in the headers it adds a lot into dependency hell,
especially when there are circular dependencies are involved.

Replace kernel.h inclusion with the list of what is really being used.

Link: https://lkml.kernel.org/r/[email protected]
Signed-off-by: Andy Shevchenko <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
include/linux/radix-tree.h
This page took 0.055707 seconds and 4 git commands to generate.