hc
2024-05-10 23fa18eaa71266feff7ba8d83022d9e1cc83c65a
kernel/include/linux/platform_data/mtd-nand-s3c2410.h
....@@ -1,12 +1,9 @@
1
+/* SPDX-License-Identifier: GPL-2.0-only */
12 /*
23 * Copyright (c) 2004 Simtec Electronics
34 * Ben Dooks <ben@simtec.co.uk>
45 *
56 * S3C2410 - NAND device controller platform_device info
6
- *
7
- * This program is free software; you can redistribute it and/or modify
8
- * it under the terms of the GNU General Public License version 2 as
9
- * published by the Free Software Foundation.
107 */
118
129 #ifndef __MTD_NAND_S3C2410_H
....@@ -52,7 +49,7 @@
5249
5350 unsigned int ignore_unset_ecc:1;
5451
55
- nand_ecc_modes_t ecc_mode;
52
+ enum nand_ecc_engine_type engine_type;
5653
5754 int nr_sets;
5855 struct s3c2410_nand_set *sets;