aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/memory
diff options
context:
space:
mode:
authorTudor Ambarus <tudor.ambarus@microchip.com>2019-09-06 15:15:28 +0000
committerAlexandre Belloni <alexandre.belloni@bootlin.com>2019-11-07 22:33:10 +0100
commit5db3fb404af55df9d0a26bd3314bc6cd3fe9f5d6 (patch)
treef90d6b435b32c287ab82a9440d0776d75bca04b8 /drivers/memory
parentmemory: atmel-ebi: move NUM_CS definition inside EBI driver (diff)
downloadlinux-dev-5db3fb404af55df9d0a26bd3314bc6cd3fe9f5d6.tar.xz
linux-dev-5db3fb404af55df9d0a26bd3314bc6cd3fe9f5d6.zip
memory: atmel-ebi: switch to SPDX license identifiers
Adopt the SPDX license identifiers to ease license compliance management. Signed-off-by: Tudor Ambarus <tudor.ambarus@microchip.com> Link: https://lore.kernel.org/r/20190906151519.19442-1-tudor.ambarus@microchip.com Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Diffstat (limited to 'drivers/memory')
-rw-r--r--drivers/memory/atmel-ebi.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/drivers/memory/atmel-ebi.c b/drivers/memory/atmel-ebi.c
index 8515196c2b03..14386d0b5f57 100644
--- a/drivers/memory/atmel-ebi.c
+++ b/drivers/memory/atmel-ebi.c
@@ -1,12 +1,9 @@
+// SPDX-License-Identifier: GPL-2.0
/*
* EBI driver for Atmel chips
* inspired by the fsl weim bus driver
*
* Copyright (C) 2013 Jean-Jacques Hiblot <jjhiblot@traphandler.com>
- *
- * This file is licensed under the terms of the GNU General Public
- * License version 2. This program is licensed "as is" without any
- * warranty of any kind, whether express or implied.
*/
#include <linux/clk.h>