hc
2023-12-09 958e46acc8e900e8569dd467c1af9b8d2d019394
kernel/include/linux/shdma-base.h
....@@ -1,4 +1,5 @@
1
-/*
1
+/* SPDX-License-Identifier: GPL-2.0
2
+ *
23 * Dmaengine driver base library for DMA controllers, found on SH-based SoCs
34 *
45 * extracted from shdma.c and headers
....@@ -7,10 +8,6 @@
78 * Copyright (C) 2009 Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
89 * Copyright (C) 2009 Renesas Solutions, Inc. All rights reserved.
910 * Copyright (C) 2007 Freescale Semiconductor, Inc. All rights reserved.
10
- *
11
- * This is free software; you can redistribute it and/or modify
12
- * it under the terms of version 2 of the GNU General Public License as
13
- * published by the Free Software Foundation.
1411 */
1512
1613 #ifndef SHDMA_BASE_H