]> git.karo-electronics.de Git - karo-tx-linux.git/commit
prio_tree: remove
authorMichel Lespinasse <walken@google.com>
Thu, 13 Sep 2012 00:58:54 +0000 (10:58 +1000)
committerStephen Rothwell <sfr@canb.auug.org.au>
Mon, 17 Sep 2012 10:45:59 +0000 (20:45 +1000)
commit289d53713cbba2ef836895e78b44fd6a6e77502c
treeed14f7da6a8e7ae6b055c0320db7a3b8ed17a52e
parent2ddf6b5af1f1e5c5c856c1f513a60b53a682431e
prio_tree: remove

After both prio_tree users have been converted to use red-black trees,
there is no need to keep around the prio tree library anymore.

Signed-off-by: Michel Lespinasse <walken@google.com>
Cc: Rik van Riel <riel@redhat.com>
Cc: Hillf Danton <dhillf@gmail.com>
Cc: Peter Zijlstra <a.p.zijlstra@chello.nl>
Cc: Catalin Marinas <catalin.marinas@arm.com>
Cc: Andrea Arcangeli <aarcange@redhat.com>
Cc: David Woodhouse <dwmw2@infradead.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Documentation/00-INDEX
Documentation/prio_tree.txt [deleted file]
include/linux/prio_tree.h [deleted file]
init/main.c
lib/Kconfig.debug
lib/Makefile
lib/prio_tree.c [deleted file]
lib/prio_tree_test.c [deleted file]