X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=lib%2Frbtree.c;h=333314ad524e57c0a1b18ae943efe4cc660ce579;hb=964cadc445f1437e63f1d2b4fffd233ac053c6e6;hp=9e52f70d173f137f32bc5d30a731c71b7adaffd8;hpb=3e1b36bd584228b0a8070c8b63351aefda652523;p=u-boot 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