aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/dma
diff options
context:
space:
mode:
authorAndy Shevchenko <andriy.shevchenko@linux.intel.com>2019-01-07 13:07:41 +0200
committerVinod Koul <vkoul@kernel.org>2019-01-07 17:57:13 +0530
commitb466a37fbcc99ef79ea59e40ef6aa8391430b0d8 (patch)
treed1ff6083309083b40fd056099cc33e2152c98961 /include/linux/dma
parentdmaengine: dw: Don't pollute CTL_LO on iDMA 32-bit (diff)
downloadlinux-dev-b466a37fbcc99ef79ea59e40ef6aa8391430b0d8.tar.xz
linux-dev-b466a37fbcc99ef79ea59e40ef6aa8391430b0d8.zip
dmaengine: dw: convert to SPDX identifiers
This patch updates license to use SPDX-License-Identifier instead of verbose license text. Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com> Signed-off-by: Vinod Koul <vkoul@kernel.org>
Diffstat (limited to 'include/linux/dma')
-rw-r--r--include/linux/dma/dw.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/include/linux/dma/dw.h b/include/linux/dma/dw.h
index d643d331c20e..9752f3745f76 100644
--- a/include/linux/dma/dw.h
+++ b/include/linux/dma/dw.h
@@ -1,13 +1,10 @@
+/* SPDX-License-Identifier: GPL-2.0 */
/*
* Driver for the Synopsys DesignWare DMA Controller
*
* Copyright (C) 2007 Atmel Corporation
* Copyright (C) 2010-2011 ST Microelectronics
* Copyright (C) 2014 Intel Corporation
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU General Public License version 2 as
- * published by the Free Software Foundation.
*/
#ifndef _DMA_DW_H
#define _DMA_DW_H