Skip to content

Commit 28fc39f

Browse files
Jason Wangbebarino
authored andcommitted
clk: palmas: Add a missing SPDX license header
Add the missing SPDX license header to drivers/clk/clk-palmas.c. Signed-off-by: Jason Wang <wangborong@cdjrlc.com> Link: https://lore.kernel.org/r/20210731132226.424853-1-wangborong@cdjrlc.com [sboyd@kernel.org: Also remove boilerplate from comment] Signed-off-by: Stephen Boyd <sboyd@kernel.org>
1 parent edfa378 commit 28fc39f

1 file changed

Lines changed: 1 addition & 9 deletions

File tree

drivers/clk/clk-palmas.c

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
// SPDX-License-Identifier: GPL-2.0
12
/*
23
* Clock driver for Palmas device.
34
*
@@ -6,15 +7,6 @@
67
*
78
* Author: Laxman Dewangan <ldewangan@nvidia.com>
89
* Peter Ujfalusi <peter.ujfalusi@ti.com>
9-
*
10-
* This program is free software; you can redistribute it and/or
11-
* modify it under the terms of the GNU General Public License as
12-
* published by the Free Software Foundation version 2.
13-
*
14-
* This program is distributed "as is" WITHOUT ANY WARRANTY of any kind,
15-
* whether express or implied; without even the implied warranty of
16-
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
17-
* General Public License for more details.
1810
*/
1911

2012
#include <linux/clk.h>

0 commit comments

Comments
 (0)