We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b3a9ce9 commit 85c5aafCopy full SHA for 85c5aaf
drivers/clocksource/timer-lpc32xx.c
@@ -1,3 +1,4 @@
1
+// SPDX-License-Identifier: GPL-2.0
2
/*
3
* Clocksource driver for NXP LPC32xx/18xx/43xx timer
4
*
@@ -6,11 +7,6 @@
6
7
* Based on:
8
* time-efm32 Copyright (C) 2013 Pengutronix
9
* mach-lpc32xx/timer.c Copyright (C) 2009 - 2010 NXP Semiconductors
- *
10
- * This file is licensed under the terms of the GNU General Public
11
- * License version 2. This program is licensed "as is" without any
12
- * warranty of any kind, whether express or implied.
13
14
*/
15
16
#define pr_fmt(fmt) "%s: " fmt, __func__
0 commit comments