123456789101112 |
- --- mtd-utils-1.5.0.orig/rbtree.h 2012-05-07 09:19:39.000000000 +0200
- +++ mtd-utils-1.5.0/rbtree.h 2014-03-30 15:49:26.000000000 +0200
- @@ -94,8 +94,7 @@ static inline struct page * rb_insert_pa
- #ifndef _LINUX_RBTREE_H
- #define _LINUX_RBTREE_H
-
- -#include <linux/kernel.h>
- -#include <linux/stddef.h>
- +#include <stddef.h>
-
- struct rb_node
- {
|