aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKrzysztof Kozlowski <[email protected]>2020-07-24 09:40:32 +0200
committerKrzysztof Kozlowski <[email protected]>2020-07-24 16:18:32 +0200
commita6159740fde08d3b1e0d5437dedb84426217a492 (patch)
treeebf4868b0253c078fd32d34714f893495285792c
parent1a1e7580e771eb6973ec5ffe93e6cdeecad98f66 (diff)
memory: pl172: Add GPLv2 SPDX license header
Add GPLv2 license header and remove GPL boiler plate text. Signed-off-by: Krzysztof Kozlowski <[email protected]>
-rw-r--r--drivers/memory/pl172.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/drivers/memory/pl172.c b/drivers/memory/pl172.c
index ff57195b4e37..084891eb29cc 100644
--- a/drivers/memory/pl172.c
+++ b/drivers/memory/pl172.c
@@ -1,3 +1,4 @@
+// SPDX-License-Identifier: GPL-2.0
/*
* Memory controller driver for ARM PrimeCell PL172
* PrimeCell MultiPort Memory Controller (PL172)
@@ -6,10 +7,6 @@
*
* Based on:
* TI AEMIF driver, Copyright (C) 2010 - 2013 Texas Instruments Inc.
- *
- * 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/amba/bus.h>