]> git.karo-electronics.de Git - karo-tx-linux.git/commit
prio_tree: remove
authorMichel Lespinasse <walken@google.com>
Wed, 26 Sep 2012 01:33:38 +0000 (11:33 +1000)
committerStephen Rothwell <sfr@canb.auug.org.au>
Wed, 26 Sep 2012 05:44:58 +0000 (15:44 +1000)
commitbe707a743e24a13adebe0be6d8fe1c4918125c8f
tree6e3a530d7d3159e703af0869e780f012801847e8
parentcedde34dcdcb5dc561e1e359bd54d786d4fff6a3
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]