From: Kuninori Morimoto <kuninori.morimoto.gx@xxxxxxxxxxx> Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@xxxxxxxxxxx> --- drivers/dma/sh/rcar-dmac.c | 18 +++++++----------- 1 file changed, 7 insertions(+), 11 deletions(-) diff --git a/drivers/dma/sh/rcar-dmac.c b/drivers/dma/sh/rcar-dmac.c index 79d14af..322e57b 100644 --- a/drivers/dma/sh/rcar-dmac.c +++ b/drivers/dma/sh/rcar-dmac.c @@ -1,14 +1,10 @@ -/* - * Renesas R-Car Gen2 DMA Controller Driver - * - * Copyright (C) 2014 Renesas Electronics Inc. - * - * Author: Laurent Pinchart <laurent.pinchart@xxxxxxxxxxxxxxxx> - * - * This 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. - */ +// SPDX-License-Identifier: GPL-2.0 +// +// Renesas R-Car Gen2 DMA Controller Driver +// +// Copyright (C) 2014 Renesas Electronics Inc. +// +// Author: Laurent Pinchart <laurent.pinchart@xxxxxxxxxxxxxxxx> #include <linux/delay.h> #include <linux/dma-mapping.h> -- 2.7.4 -- To unsubscribe from this list: send the line "unsubscribe dmaengine" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html