forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-05-10 9999e48639b3cecb08ffb37358bcba3b48161b29
kernel/arch/sh/drivers/dma/dma-g2.c
....@@ -1,13 +1,10 @@
1
+// SPDX-License-Identifier: GPL-2.0
12 /*
23 * arch/sh/drivers/dma/dma-g2.c
34 *
45 * G2 bus DMA support
56 *
67 * Copyright (C) 2003 - 2006 Paul Mundt
7
- *
8
- * This file is subject to the terms and conditions of the GNU General Public
9
- * License. See the file "COPYING" in the main directory of this archive
10
- * for more details.
118 */
129 #include <linux/init.h>
1310 #include <linux/kernel.h>
....@@ -197,4 +194,4 @@
197194
198195 MODULE_AUTHOR("Paul Mundt <lethal@linux-sh.org>");
199196 MODULE_DESCRIPTION("G2 bus DMA driver");
200
-MODULE_LICENSE("GPL");
197
+MODULE_LICENSE("GPL v2");