aboutsummaryrefslogtreecommitdiffstats
path: root/tools/testing/radix-tree/test.h
diff options
context:
space:
mode:
authorMatthew Wilcox <willy@infradead.org>2018-09-12 12:52:45 -0400
committerMatthew Wilcox <willy@infradead.org>2018-10-21 10:46:47 -0400
commit9076b33d7dad8e316c90918845417e85347f682c (patch)
treeee62f3aaa6450bd859eed14314f2cc59a91708fa /tools/testing/radix-tree/test.h
parentmemremap: Convert to XArray (diff)
downloadlinux-dev-9076b33d7dad8e316c90918845417e85347f682c.tar.xz
linux-dev-9076b33d7dad8e316c90918845417e85347f682c.zip
radix tree test suite: Remove __item_insert
Inline it into its one caller Signed-off-by: Matthew Wilcox <willy@infradead.org>
Diffstat (limited to 'tools/testing/radix-tree/test.h')
-rw-r--r--tools/testing/radix-tree/test.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/tools/testing/radix-tree/test.h b/tools/testing/radix-tree/test.h
index a2f53c889a31..28961a08828e 100644
--- a/tools/testing/radix-tree/test.h
+++ b/tools/testing/radix-tree/test.h
@@ -11,7 +11,6 @@ struct item {
};
struct item *item_create(unsigned long index, unsigned int order);
-int __item_insert(struct radix_tree_root *root, struct item *item);
int item_insert(struct radix_tree_root *root, unsigned long index);
void item_sanity(struct item *item, unsigned long index);
void item_free(struct item *item, unsigned long index);