diff options
author | Paul Cercueil <paul@crapouillou.net> | 2019-05-04 23:34:32 +0200 |
---|---|---|
committer | Vinod Koul <vkoul@kernel.org> | 2019-05-21 09:56:55 +0530 |
commit | d8b9626af54605c30f0ff4eebf6f7360e2212a89 (patch) | |
tree | 32153d5628df9b13a73017c3009d960649798296 | |
parent | 9a0f780958bbcb85604636fa340e2a1efaa4f432 (diff) |
dmaengine: jz4780: Use SPDX license notifier
Use SPDX license notifier instead of plain text in the header.
Signed-off-by: Paul Cercueil <paul@crapouillou.net>
Signed-off-by: Vinod Koul <vkoul@kernel.org>
-rw-r--r-- | drivers/dma/dma-jz4780.c | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/drivers/dma/dma-jz4780.c b/drivers/dma/dma-jz4780.c index 9ce0a386225b..02075417c69f 100644 --- a/drivers/dma/dma-jz4780.c +++ b/drivers/dma/dma-jz4780.c @@ -1,13 +1,9 @@ +// SPDX-License-Identifier: GPL-2.0+ /* * Ingenic JZ4780 DMA controller * * Copyright (c) 2015 Imagination Technologies * Author: Alex Smith <alex@alex-smith.me.uk> - * - * This program 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. */ #include <linux/clk.h> |