]> git.baikalelectronics.ru Git - kernel.git/commit
radix tree: Add some implicit includes
authorMatthew Wilcox <mawilcox@microsoft.com>
Fri, 16 Dec 2016 19:46:09 +0000 (14:46 -0500)
committerMatthew Wilcox <mawilcox@microsoft.com>
Sat, 28 Jan 2017 02:29:38 +0000 (21:29 -0500)
commit48dab6d7d03890f61a217b0ed00377d1f7f6c7b6
tree4b0a0e57efed3017887b19078578ed5a722d96de
parent5a17ea4cb5654872460f74df2dbb1529a1aa8c0c
radix tree: Add some implicit includes

We were using spinlock_t and INIT_LIST_HEAD without including spinlock.h
or list.h.  They were being implicitly included through some other header
file, but that's fragile.

Signed-off-by: Matthew Wilcox <mawilcox@microsoft.com>
include/linux/radix-tree.h