forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-10-16 50a212ec906f7524620675f0c57357691c26c81f
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__