aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/staging/mt7621-spi
diff options
context:
space:
mode:
authorStefan Roese <sr@denx.de>2019-02-01 11:17:07 +0100
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2019-02-04 12:34:36 +0100
commit9ad67a121637ae141ebaf04c1a27e60fdd91bab3 (patch)
tree6ea4106124e8f4dc9270f35ea1fad11640e711b3 /drivers/staging/mt7621-spi
parentstaging: mt7621-eth/ethtool.c: Correction of SPDX license identifier (diff)
downloadwireguard-linux-9ad67a121637ae141ebaf04c1a27e60fdd91bab3.tar.xz
wireguard-linux-9ad67a121637ae141ebaf04c1a27e60fdd91bab3.zip
staging: spi: mt7621: Switch to SPDX identifier
Adopt the SPDX license identifier headers to ease license compliance management. Signed-off-by: Stefan Roese <sr@denx.de> Cc: Mark Brown <broonie@kernel.org> Cc: Sankalp Negi <sankalpnegi2310@gmail.com> Cc: Chuanhong Guo <gch981213@gmail.com> Cc: John Crispin <john@phrozen.org> Reviewed-by: NeilBrown <neil@brown.name> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/mt7621-spi')
-rw-r--r--drivers/staging/mt7621-spi/spi-mt7621.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/drivers/staging/mt7621-spi/spi-mt7621.c b/drivers/staging/mt7621-spi/spi-mt7621.c
index 513b6e79b985..c2f6f9ce52a2 100644
--- a/drivers/staging/mt7621-spi/spi-mt7621.c
+++ b/drivers/staging/mt7621-spi/spi-mt7621.c
@@ -1,3 +1,4 @@
+// SPDX-License-Identifier: GPL-2.0
/*
* spi-mt7621.c -- MediaTek MT7621 SPI controller driver
*
@@ -8,10 +9,6 @@
* Some parts are based on spi-orion.c:
* Author: Shadi Ammouri <shadi@marvell.com>
* Copyright (C) 2007-2008 Marvell Ltd.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU General Public License version 2 as
- * published by the Free Software Foundation.
*/
#include <linux/init.h>