VisionFive2 Linux kernel

StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)

More than 9999 Commits   33 Branches   57 Tags
author: Michel Lespinasse <walken@google.com> 2012-10-08 16:31:33 -0700 committer: Linus Torvalds <torvalds@linux-foundation.org> 2012-10-09 16:22:40 +0900 commit: 9c079add0d0f45220f4bb37febf0621137ec2d38 parent: 147e615f83c2c36caf89e7a3bf78090ade6f266c
Commit Summary:
rbtree: move augmented rbtree functionality to rbtree_augmented.h
Diffstat:
1 file changed, 1 insertion, 1 deletion
diff --git a/lib/rbtree_test.c b/lib/rbtree_test.c
index b20e99969b0f..268b23951fec 100644
--- a/lib/rbtree_test.c
+++ b/lib/rbtree_test.c
@@ -1,5 +1,5 @@
 #include <linux/module.h>
-#include <linux/rbtree.h>
+#include <linux/rbtree_augmented.h>
 #include <linux/random.h>
 #include <asm/timex.h>