diff options
author | Vinod Koul <vkoul@kernel.org> | 2018-10-24 10:16:22 +0200 |
---|---|---|
committer | Vinod Koul <vkoul@kernel.org> | 2018-10-24 10:16:22 +0200 |
commit | 8e75ab9bd835bd29bc9f3a587d8e2799009d301a (patch) | |
tree | 81feae1e2ac199cffc572bc2594f4a50e0c23c4d /drivers/dma/nbpfaxi.c | |
parent | Merge branch 'topic/owl' into for-linus (diff) | |
parent | dmaengine: rcar-dmac: set scatter/gather max segment size (diff) | |
download | linux-8e75ab9bd835bd29bc9f3a587d8e2799009d301a.tar.xz linux-8e75ab9bd835bd29bc9f3a587d8e2799009d301a.zip |
Merge branch 'topic/renesas' into for-linus
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 8d4914cd06f0..a67b292190f4 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> |