summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
Diffstat (limited to 'lib')
-rw-r--r--lib/list_sort.c1
-rw-r--r--lib/rbtree.c1
2 files changed, 0 insertions, 2 deletions
diff --git a/lib/list_sort.c b/lib/list_sort.c
index 81de0a17de..e841da53ee 100644
--- a/lib/list_sort.c
+++ b/lib/list_sort.c
@@ -1,4 +1,3 @@
-#define __UBOOT__
#ifndef __UBOOT__
#include <linux/kernel.h>
#include <linux/module.h>
diff --git a/lib/rbtree.c b/lib/rbtree.c
index 9e52f70d17..5de3bf4026 100644
--- a/lib/rbtree.c
+++ b/lib/rbtree.c
@@ -9,7 +9,6 @@
linux/lib/rbtree.c
*/
-#define __UBOOT__
#include <linux/rbtree_augmented.h>
#ifndef __UBOOT__
#include <linux/export.h>
OpenPOWER on IntegriCloud