hc
2024-05-13 9d77db3c730780c8ef5ccd4b66403ff5675cfe4e
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>