Commit b9b0a74a authored by Kuninori Morimoto's avatar Kuninori Morimoto Committed by Vinod Koul

dmaengine: rcar-dmac: convert to SPDX identifiers

This patch is using C++ comment style for SPDX line only,
because driver author want it.
Signed-off-by: default avatarKuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Reviewed-by: default avatarGeert Uytterhoeven <geert+renesas@glider.be>
Reviewed-by: default avatarLaurent Pinchart <laurent.pinchart@ideasonboard.com>
Signed-off-by: default avatarVinod Koul <vkoul@kernel.org>
parent 9203dbec
// SPDX-License-Identifier: GPL-2.0
/* /*
* Renesas R-Car Gen2 DMA Controller Driver * Renesas R-Car Gen2 DMA Controller Driver
* *
* Copyright (C) 2014 Renesas Electronics Inc. * Copyright (C) 2014 Renesas Electronics Inc.
* *
* Author: Laurent Pinchart <laurent.pinchart@ideasonboard.com> * Author: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
*
* 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.
*/ */
#include <linux/delay.h> #include <linux/delay.h>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment