From: Steve Hodgson Date: Tue, 10 Jan 2012 23:09:47 +0000 (-0800) Subject: btree: export btree_get_prev() so modules can use btree_for_each X-Git-Tag: v3.3-rc1~113^2~45 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=96b62067f970ff529c98913311d33f4b57b453dc;p=pandora-kernel.git btree: export btree_get_prev() so modules can use btree_for_each The btree_for_each API is implemented with macros that internally call btree_get_prev(), so if btree_get_prev() isn't exported then modules fail to link if they try to use one of the btree_for_each macros. Since the rest of the btree API is exported, we should keep things orthogonal and make this work too. Signed-off-by: Roland Dreier Signed-off-by: Steve Hodgson Acked-by: Joern Engel Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed