From: Artem Bityutskiy Date: Thu, 8 Jan 2009 17:38:07 +0000 (+0200) Subject: [JFFS2] remove junk prototypes X-Git-Tag: v2.6.29-rc1~19^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ab5610b434645518aca6e4de5ad851f9fef006f3;p=pandora-kernel.git [JFFS2] remove junk prototypes 'rb_prev()', 'rb_next()' and 'rb_replace_node()' are declared in include/linux/rbtree.h, no need for JFFS2 to re-declare them. I believe these are left-overs from the old days when the common RB tree code did not have those call and JFFS2 had private implementation. Signed-off-by: Artem Bityutskiy Signed-off-by: David Woodhouse --- Reading git-diff-tree failed