hc
2023-12-06 08f87f769b595151be1afeff53e144f543faa614
kernel/drivers/mtd/devices/mtd_dataflash.c
....@@ -1,13 +1,9 @@
1
+// SPDX-License-Identifier: GPL-2.0-or-later
12 /*
23 * Atmel AT45xxx DataFlash MTD driver for lightweight SPI framework
34 *
45 * Largely derived from at91_dataflash.c:
56 * Copyright (C) 2003-2005 SAN People (Pty) Ltd
6
- *
7
- * This program is free software; you can redistribute it and/or
8
- * modify it under the terms of the GNU General Public License
9
- * as published by the Free Software Foundation; either version
10
- * 2 of the License, or (at your option) any later version.
117 */
128 #include <linux/module.h>
139 #include <linux/slab.h>