[JFFS2] remove junk prototypes
authorArtem Bityutskiy <Artem.Bityutskiy@nokia.com>
Thu, 8 Jan 2009 17:38:07 +0000 (19:38 +0200)
committerDavid Woodhouse <David.Woodhouse@intel.com>
Fri, 9 Jan 2009 21:05:21 +0000 (21:05 +0000)
commitab5610b434645518aca6e4de5ad851f9fef006f3
treea4daa31cc9b9a55a4cf687a37ba523fd28582655
parent7c51d57e9d7fbce89f79c41dc8da383101dbe9c6
[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 <Artem.Bityutskiy@nokia.com>
Signed-off-by: David Woodhouse <David.Woodhouse@intel.com>
fs/jffs2/nodelist.h