patch-rbtree_h 342 B

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