X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=include%2Flinux%2Frbtree.h;h=1d2b1768c17fcaf6e076c7b2868316faf475c391;hb=406df85345f942d9348443983d81a01e013e920b;hp=b5994e3799d9671763a4f90acc330c1964ae80a0;hpb=f91df8ca177c446307ac03faa2f00c71dc79a9c2;p=oweals%2Fu-boot.git diff --git a/include/linux/rbtree.h b/include/linux/rbtree.h index b5994e3799..1d2b1768c1 100644 --- a/include/linux/rbtree.h +++ b/include/linux/rbtree.h @@ -1,9 +1,8 @@ +/* SPDX-License-Identifier: GPL-2.0+ */ /* Red Black Trees (C) 1999 Andrea Arcangeli - * SPDX-License-Identifier: GPL-2.0+ - linux/include/linux/rbtree.h To use rbtrees you'll have to implement your own insert and search cores. @@ -17,7 +16,6 @@ #ifndef _LINUX_RBTREE_H #define _LINUX_RBTREE_H -#define __UBOOT__ #ifndef __UBOOT__ #include #endif