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/nbpfaxi.c | |
parent | 5b394b2ddf0347bef56e50c69a58773c94343ff3 (diff) | |
download | linux-901fd85251e5dea328d287352d99e342d05c6e09.tar.bz2 |
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/nbpfaxi.c')
-rw-r--r-- | drivers/dma/nbpfaxi.c | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/drivers/dma/nbpfaxi.c b/drivers/dma/nbpfaxi.c index 8c7b2e8703da..38d251b198b8 100644 --- a/drivers/dma/nbpfaxi.c +++ b/drivers/dma/nbpfaxi.c @@ -1,10 +1,7 @@ +// SPDX-License-Identifier: GPL-2.0 /* * Copyright (C) 2013-2014 Renesas Electronics Europe Ltd. * Author: Guennadi Liakhovetski <g.liakhovetski@gmx.de> - * - * This program is free software; you can redistribute it and/or modify - * it under the terms of version 2 of the GNU General Public License as - * published by the Free Software Foundation. */ #include <linux/bitmap.h> |