aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/spi
diff options
context:
space:
mode:
authorMarco Felsch <m.felsch@pengutronix.de>2018-09-25 11:42:28 +0200
committerMark Brown <broonie@kernel.org>2018-09-27 23:30:48 +0100
commitb445bfcb9081ae90fec90b828f3aacc565776901 (patch)
treed73894cb643494826f823778d357e4d7c15b479b /drivers/spi
parentspi: spi-mem: Fix inverted logic in op sanity check (diff)
downloadlinux-dev-b445bfcb9081ae90fec90b828f3aacc565776901.tar.xz
linux-dev-b445bfcb9081ae90fec90b828f3aacc565776901.zip
spi: switch to SPDX license identifier
Use the appropriate SPDX license identifier and drop the previous license text. Signed-off-by: Marco Felsch <m.felsch@pengutronix.de> Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'drivers/spi')
-rw-r--r--drivers/spi/spi.c11
1 files changed, 1 insertions, 10 deletions
diff --git a/drivers/spi/spi.c b/drivers/spi/spi.c
index a358acdd98d3..2cfc3df821f6 100644
--- a/drivers/spi/spi.c
+++ b/drivers/spi/spi.c
@@ -1,18 +1,9 @@
+// SPDX-License-Identifier: GPL-2.0-or-later
/*
* SPI init/core code
*
* Copyright (C) 2005 David Brownell
* Copyright (C) 2008 Secret Lab Technologies Ltd.
- *
- * 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.
- *
- * This program is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- * GNU General Public License for more details.
*/
#include <linux/kernel.h>