]> git.karo-electronics.de Git - karo-tx-linux.git/commit
prio_tree: remove
authorMichel Lespinasse <walken@google.com>
Fri, 28 Sep 2012 00:19:33 +0000 (10:19 +1000)
committerStephen Rothwell <sfr@canb.auug.org.au>
Fri, 5 Oct 2012 04:00:59 +0000 (14:00 +1000)
commite917cb34db858fde64d4ad8587820683d51a6446
tree91e70543704c5abea337d7a81be8c4d31a972f5c
parent2bb65c00f8ee659c1c912ba52c9fdaaa88467743
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]