hc
2024-05-10 37f49e37ab4cb5d0bc4c60eb5c6d4dd57db767bb
kernel/include/linux/mtd/sharpsl.h
....@@ -1,12 +1,12 @@
1
+/* SPDX-License-Identifier: GPL-2.0-only */
12 /*
23 * SharpSL NAND support
34 *
45 * Copyright (C) 2008 Dmitry Baryshkov
5
- *
6
- * This program is free software; you can redistribute it and/or modify
7
- * it under the terms of the GNU General Public License version 2 as
8
- * published by the Free Software Foundation.
96 */
7
+
8
+#ifndef _MTD_SHARPSL_H
9
+#define _MTD_SHARPSL_H
1010
1111 #include <linux/mtd/rawnand.h>
1212 #include <linux/mtd/nand_ecc.h>
....@@ -19,3 +19,5 @@
1919 unsigned int nr_partitions;
2020 const char *const *part_parsers;
2121 };
22
+
23
+#endif /* _MTD_SHARPSL_H */