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/shdma-arm.h | |
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/shdma-arm.h')
-rw-r--r-- | drivers/dma/sh/shdma-arm.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/drivers/dma/sh/shdma-arm.h b/drivers/dma/sh/shdma-arm.h index a1b0ef45d6a2..7459f9a13b5b 100644 --- a/drivers/dma/sh/shdma-arm.h +++ b/drivers/dma/sh/shdma-arm.h @@ -1,11 +1,8 @@ +/* SPDX-License-Identifier: GPL-2.0 */ /* * Renesas SuperH DMA Engine support * * Copyright (C) 2013 Renesas Electronics, Inc. - * - * This is free software; you can redistribute it and/or modify it under the - * terms of version 2 the GNU General Public License as published by the Free - * Software Foundation. */ #ifndef SHDMA_ARM_H |