blob: b7d34b937646096131e01f81f09e6f1dd4b4622e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
--- 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
{
|