diff options
| author | Wolfram Sang <wsa+renesas@sang-engineering.com> | 2018-08-23 15:34:54 +0200 |
|---|---|---|
| committer | Vinod Koul <vkoul@kernel.org> | 2018-08-29 21:58:49 +0530 |
| commit | 901fd85251e5dea328d287352d99e342d05c6e09 (patch) | |
| tree | 2b7f0ba3600e8438af4b09a70c02eab0ce6c26cd /drivers/dma/sh/shdmac.c | |
| parent | 5b394b2ddf0347bef56e50c69a58773c94343ff3 (diff) | |
dmaengine: use SPDX identifier for Renesas drivers
Signed-off-by: Wolfram Sang <wsa+renesas@sang-engineering.com>
Reviewed-by: Simon Horman <horms+renesas@verge.net.au>
Signed-off-by: Vinod Koul <vkoul@kernel.org>
Diffstat (limited to 'drivers/dma/sh/shdmac.c')
| -rw-r--r-- | drivers/dma/sh/shdmac.c | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/drivers/dma/sh/shdmac.c b/drivers/dma/sh/shdmac.c index 04a74e0a95b7..7971ea275387 100644 --- a/drivers/dma/sh/shdmac.c +++ b/drivers/dma/sh/shdmac.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: GPL-2.0+ /* * Renesas SuperH DMA Engine support * @@ -8,11 +9,6 @@ * Copyright (C) 2009 Renesas Solutions, Inc. All rights reserved. * Copyright (C) 2007 Freescale Semiconductor, Inc. All rights reserved. * - * This is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation; either version 2 of the License, or - * (at your option) any later version. - * * - DMA of SuperH does not have Hardware DMA chain mode. * - MAX DMA size is 16MB. * |
