Commit 53b6f8bc authored by Greg Kroah-Hartman's avatar Greg Kroah-Hartman

staging: ralink-gdma: add proper SPDX identifiers on ralink-gdma file

The ralink-gdma.c driver did not have a SPDX identifier on it, so fix
that up.  At the same time, remove the "free form" text that specified
the license of the file, as that is impossible for any tool to properly
parse.

Cc: Lars-Peter Clausen <lars@metafoo.de>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 21baa36d
// SPDX-License-Identifier: GPL-2.0+
/* /*
* Copyright (C) 2013, Lars-Peter Clausen <lars@metafoo.de> * Copyright (C) 2013, Lars-Peter Clausen <lars@metafoo.de>
* GDMA4740 DMAC support * GDMA4740 DMAC support
*
* 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/dmaengine.h> #include <linux/dmaengine.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