]> git.baikalelectronics.ru Git - kernel.git/commit
[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)
commita7ffdaa3bffa99b24b448a1209d464fd96f8185f
treea4daa31cc9b9a55a4cf687a37ba523fd28582655
parent990d6e22be1812082be3d7e15b2ec8943a0049e2
[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