forked from ~ljy/RK356X_SDK_RELEASE

hc
2023-12-09 95099d4622f8cb224d94e314c7a8e0df60b13f87
kernel/drivers/mtd/nand/raw/mtk_ecc.h
....@@ -1,12 +1,10 @@
1
+/* SPDX-License-Identifier: GPL-2.0 OR MIT */
12 /*
23 * MTK SDG1 ECC controller
34 *
45 * Copyright (c) 2016 Mediatek
56 * Authors: Xiaolei Li <xiaolei.li@mediatek.com>
67 * Jorge Ramirez-Ortiz <jorge.ramirez-ortiz@linaro.org>
7
- * This program is free software; you can redistribute it and/or modify it
8
- * under the terms of the GNU General Public License version 2 as published
9
- * by the Free Software Foundation.
108 */
119
1210 #ifndef __DRIVERS_MTD_NAND_MTK_ECC_H__