X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=cmd%2Fjffs2.c;h=64621f2546602af59bcf862d7628b04ae50f64f2;hb=HEAD;hp=aee2f4513d44220006cc8b6b5695337ead7c8995;hpb=336aee50cf55d4d98ddf3a4412c18286e7f0a4c0;p=u-boot diff --git a/cmd/jffs2.c b/cmd/jffs2.c index aee2f4513d..64621f2546 100644 --- a/cmd/jffs2.c +++ b/cmd/jffs2.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: GPL-2.0+ /* * (C) Copyright 2002 * Wolfgang Denk, DENX Software Engineering, wd@denx.de. @@ -17,8 +18,6 @@ * * $Id: cmdlinepart.c,v 1.17 2004/11/26 11:18:47 lavinen Exp $ * Copyright 2002 SYSGO Real-Time Solutions GmbH - * - * SPDX-License-Identifier: GPL-2.0+ */ /* @@ -80,7 +79,7 @@ #include #if defined(CONFIG_CMD_NAND) -#include +#include #include #endif