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 <[email protected]> Link: https://lore.kernel.org/r/[email protected] [[email protected]: Also remove boilerplate from comment] Signed-off-by: Stephen Boyd <[email protected]>
1 parent edfa378 commit 28fc39f

File tree

1 file changed

+1
-9
lines changed

1 file changed

+1
-9
lines changed

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 <[email protected]>
89
* Peter Ujfalusi <[email protected]>
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)