diff options
author | Andy Shevchenko <andriy.shevchenko@linux.intel.com> | 2019-01-07 12:07:41 +0100 |
---|---|---|
committer | Vinod Koul <vkoul@kernel.org> | 2019-01-07 13:27:13 +0100 |
commit | b466a37fbcc99ef79ea59e40ef6aa8391430b0d8 (patch) | |
tree | d1ff6083309083b40fd056099cc33e2152c98961 /drivers/dma/dw/platform.c | |
parent | dmaengine: dw: Don't pollute CTL_LO on iDMA 32-bit (diff) | |
download | linux-b466a37fbcc99ef79ea59e40ef6aa8391430b0d8.tar.xz linux-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 'drivers/dma/dw/platform.c')
-rw-r--r-- | drivers/dma/dw/platform.c | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/drivers/dma/dw/platform.c b/drivers/dma/dw/platform.c index d5196c97e4f4..382dfd9e9600 100644 --- a/drivers/dma/dw/platform.c +++ b/drivers/dma/dw/platform.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: GPL-2.0 /* * Platform driver for the Synopsys DesignWare DMA Controller * @@ -6,10 +7,6 @@ * Copyright (C) 2013 Intel Corporation * * Some parts of this driver are derived from the original dw_dmac. - * - * 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. */ #include <linux/module.h> |