prio_tree: remove
authorMichel Lespinasse <walken@google.com>
Mon, 8 Oct 2012 23:31:30 +0000 (16:31 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Tue, 9 Oct 2012 07:22:40 +0000 (16:22 +0900)
commit147e615f83c2c36caf89e7a3bf78090ade6f266c
tree0cd64fd67f4b55bbe364217911a8100827c8b04f
parent85d3a316c714197f94e75c1e5b2d37607d66e5de
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>
Signed-off-by: Linus Torvalds <torvalds@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]