summaryrefslogtreecommitdiffstats
path: root/drivers/clocksource
diff options
context:
space:
mode:
authorNeil Armstrong2019-05-20 16:00:07 +0200
committerDaniel Lezcano2019-06-25 19:49:18 +0200
commit91d59bdf87cac292afd29e0f5a00988ec95ff73b (patch)
treec8c5b5c94a9ded74fdbc7e70d7ab6dc40ec9887d /drivers/clocksource
parenttimekeeping: Boot should be boottime for coarse ns accessor (diff)
downloadkernel-qcow2-linux-91d59bdf87cac292afd29e0f5a00988ec95ff73b.tar.gz
kernel-qcow2-linux-91d59bdf87cac292afd29e0f5a00988ec95ff73b.tar.xz
kernel-qcow2-linux-91d59bdf87cac292afd29e0f5a00988ec95ff73b.zip
clocksource/drivers/timer-meson6: Update with SPDX Licence identifier
Comply with the licensing rules defined in the documentation. Signed-off-by: Neil Armstrong <narmstrong@baylibre.com> Reviewed-by: Martin Blumenstingl <martin.blumenstingl@googlemail.com> Signed-off-by: Daniel Lezcano <daniel.lezcano@linaro.org>
Diffstat (limited to 'drivers/clocksource')
-rw-r--r--drivers/clocksource/timer-meson6.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/drivers/clocksource/timer-meson6.c b/drivers/clocksource/timer-meson6.c
index 84bd9479c3f8..9e8b467c71da 100644
--- a/drivers/clocksource/timer-meson6.c
+++ b/drivers/clocksource/timer-meson6.c
@@ -1,13 +1,10 @@
+// SPDX-License-Identifier: GPL-2.0
/*
* Amlogic Meson6 SoCs timer handling.
*
* Copyright (C) 2014 Carlo Caione <carlo@caione.org>
*
* Based on code from Amlogic, Inc
- *
- * This file is licensed under the terms of the GNU General Public
- * License version 2. This program is licensed "as is" without any
- * warranty of any kind, whether express or implied.
*/
#include <linux/bitfield.h>