We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1a1e758 commit a615974Copy full SHA for a615974
drivers/memory/pl172.c
@@ -1,3 +1,4 @@
1
+// SPDX-License-Identifier: GPL-2.0
2
/*
3
* Memory controller driver for ARM PrimeCell PL172
4
* PrimeCell MultiPort Memory Controller (PL172)
@@ -6,10 +7,6 @@
6
7
*
8
* Based on:
9
* TI AEMIF driver, Copyright (C) 2010 - 2013 Texas Instruments Inc.
- *
10
- * This file is licensed under the terms of the GNU General Public
11
- * License version 2. This program is licensed "as is" without any
12
- * warranty of any kind, whether express or implied.
13
*/
14
15
#include <linux/amba/bus.h>
0 commit comments