mirror of https://gitee.com/openkylin/linux.git
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>
This commit is contained in:
parent
7cbc196883
commit
9ad67a1216
|
@ -1,3 +1,4 @@
|
||||||
|
// SPDX-License-Identifier: GPL-2.0
|
||||||
/*
|
/*
|
||||||
* spi-mt7621.c -- MediaTek MT7621 SPI controller driver
|
* spi-mt7621.c -- MediaTek MT7621 SPI controller driver
|
||||||
*
|
*
|
||||||
|
@ -8,10 +9,6 @@
|
||||||
* Some parts are based on spi-orion.c:
|
* Some parts are based on spi-orion.c:
|
||||||
* Author: Shadi Ammouri <shadi@marvell.com>
|
* Author: Shadi Ammouri <shadi@marvell.com>
|
||||||
* Copyright (C) 2007-2008 Marvell Ltd.
|
* 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>
|
#include <linux/init.h>
|
||||||
|
|
Loading…
Reference in New Issue