X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=lib%2Frbtree.c;h=333314ad524e57c0a1b18ae943efe4cc660ce579;hb=bf38cbf9a289c41a0db6697c280ede73340191e7;hp=9e52f70d173f137f32bc5d30a731c71b7adaffd8;hpb=6defdc0b5552ab1af4a66a8abac8196cbb6b9e15;p=oweals%2Fu-boot.git diff --git a/lib/rbtree.c b/lib/rbtree.c index 9e52f70d17..333314ad52 100644 --- a/lib/rbtree.c +++ b/lib/rbtree.c @@ -1,15 +1,13 @@ +// SPDX-License-Identifier: GPL-2.0+ /* Red Black Trees (C) 1999 Andrea Arcangeli (C) 2002 David Woodhouse (C) 2012 Michel Lespinasse - * SPDX-License-Identifier: GPL-2.0+ - linux/lib/rbtree.c */ -#define __UBOOT__ #include #ifndef __UBOOT__ #include