Skip to content

Commit 6126fd8

Browse files
Fabio Estevambroonie
authored andcommitted
spi: lpspi: Switch to SPDX identifier
Adopt the SPDX license identifier headers to ease license compliance management. Signed-off-by: Fabio Estevam <fabio.estevam@nxp.com> Signed-off-by: Mark Brown <broonie@kernel.org>
1 parent 4c23e48 commit 6126fd8

File tree

1 file changed

+5
-16
lines changed

1 file changed

+5
-16
lines changed

drivers/spi/spi-fsl-lpspi.c

Lines changed: 5 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,8 @@
1-
/*
2-
* Freescale i.MX7ULP LPSPI driver
3-
*
4-
* Copyright 2016 Freescale Semiconductor, Inc.
5-
*
6-
* This program is free software; you can redistribute it and/or modify
7-
* it under the terms of the GNU General Public License as published by
8-
* the Free Software Foundation; either version 2 of the License, or
9-
* (at your option) any later version.
10-
*
11-
* This program is distributed in the hope that it will be useful,
12-
* but WITHOUT ANY WARRANTY; without even the implied warranty of
13-
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
14-
* GNU General Public License for more details.
15-
*
16-
*/
1+
// SPDX-License-Identifier: GPL-2.0+
2+
//
3+
// Freescale i.MX7ULP LPSPI driver
4+
//
5+
// Copyright 2016 Freescale Semiconductor, Inc.
176

187
#include <linux/clk.h>
198
#include <linux/completion.h>

0 commit comments

Comments
 (0)