X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=lib%2Frbtree.c;h=333314ad524e57c0a1b18ae943efe4cc660ce579;hb=2189d5f1e8a2fd74ce52906999fd50c8f8330c81;hp=9e52f70d173f137f32bc5d30a731c71b7adaffd8;hpb=2c19478e01ab145c8b3a1f5b1beca9958d942e98;p=platform%2Fkernel%2Fu-boot.git diff --git a/lib/rbtree.c b/lib/rbtree.c index 9e52f70..333314a 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