X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=drivers%2Fmtd%2Fmtdconcat.c;h=592f58dcd36c6a48d55827057a111dc8d3880a12;hb=82679624f9aa6d1be733c46f3555d5166b6f5b72;hp=3e36918f1cd8e5c59782555e27d5f44eec503370;hpb=42817eb85de1d7dec399c75dbd133ea6b5351a72;p=oweals%2Fu-boot.git diff --git a/drivers/mtd/mtdconcat.c b/drivers/mtd/mtdconcat.c index 3e36918f1c..592f58dcd3 100644 --- a/drivers/mtd/mtdconcat.c +++ b/drivers/mtd/mtdconcat.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: GPL-2.0+ /* * MTD device concatenation layer * @@ -6,8 +7,6 @@ * * NAND support by Christian Gan * - * SPDX-License-Identifier: GPL-2.0+ - * */ #ifndef __UBOOT__