commit | ab5610b434645518aca6e4de5ad851f9fef006f3 | [log] [tgz] |
---|---|---|
author | Artem Bityutskiy <Artem.Bityutskiy@nokia.com> | Thu Jan 08 19:38:07 2009 +0200 |
committer | David Woodhouse <David.Woodhouse@intel.com> | Fri Jan 09 21:05:21 2009 +0000 |
tree | a4daa31cc9b9a55a4cf687a37ba523fd28582655 | |
parent | 7c51d57e9d7fbce89f79c41dc8da383101dbe9c6 [diff] |
[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>