summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPaul Cercueil <paul@crapouillou.net>2019-05-04 17:34:32 -0400
committerVinod Koul <vkoul@kernel.org>2019-05-21 00:26:55 -0400
commitd8b9626af54605c30f0ff4eebf6f7360e2212a89 (patch)
tree32153d5628df9b13a73017c3009d960649798296
parent9a0f780958bbcb85604636fa340e2a1efaa4f432 (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.c6
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 @@
1// SPDX-License-Identifier: GPL-2.0+
1/* 2/*
2 * Ingenic JZ4780 DMA controller 3 * Ingenic JZ4780 DMA controller
3 * 4 *
4 * Copyright (c) 2015 Imagination Technologies 5 * Copyright (c) 2015 Imagination Technologies
5 * Author: Alex Smith <alex@alex-smith.me.uk> 6 * Author: Alex Smith <alex@alex-smith.me.uk>
6 *
7 * This program is free software; you can redistribute it and/or modify it
8 * under the terms of the GNU General Public License as published by the
9 * Free Software Foundation; either version 2 of the License, or (at your
10 * option) any later version.
11 */ 7 */
12 8
13#include <linux/clk.h> 9#include <linux/clk.h>