Re: [U-Boot] [PATCH] Red Black Tree support v2

2008-10-14 Thread Wolfgang Denk
Dear Kyungmin Park, In message [EMAIL PROTECTED] you wrote: RB-tree support on U-Boot Now it's used at UBI module. Of course other modules can use it. If you want to use it, please define CONFIG_RBTREE Signed-off-by: Kyungmin Park [EMAIL PROTECTED] Applied to next branch. Thanks. Best

[U-Boot] [PATCH] Red Black Tree support v2

2008-10-07 Thread Kyungmin Park
RB-tree support on U-Boot Now it's used at UBI module. Of course other modules can use it. If you want to use it, please define CONFIG_RBTREE Signed-off-by: Kyungmin Park [EMAIL PROTECTED] --- diff --git a/include/linux/rbtree.h b/include/linux/rbtree.h new file mode 100644 index