aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/rtc
diff options
context:
space:
mode:
authorAlexandre Belloni <alexandre.belloni@bootlin.com>2019-04-07 23:10:27 +0200
committerAlexandre Belloni <alexandre.belloni@bootlin.com>2019-04-08 14:40:12 +0200
commit7d624621b704d3cfd0c6735956f5d96b24508165 (patch)
tree263cc196d69ec2b3000033e0f3a384729b108c59 /drivers/rtc
parentrtc: coh901331: use .set_time (diff)
downloadlinux-dev-7d624621b704d3cfd0c6735956f5d96b24508165.tar.xz
linux-dev-7d624621b704d3cfd0c6735956f5d96b24508165.zip
rtc: coh901331: convert to SPDX identifier
Use SPDX-License-Identifier instead of the custom license line. Reviewed-by: Linus Walleij <linus.walleij@linaro.org> Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Diffstat (limited to 'drivers/rtc')
-rw-r--r--drivers/rtc/rtc-coh901331.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/rtc/rtc-coh901331.c b/drivers/rtc/rtc-coh901331.c
index bc9544329419..4ac850837153 100644
--- a/drivers/rtc/rtc-coh901331.c
+++ b/drivers/rtc/rtc-coh901331.c
@@ -1,6 +1,6 @@
+// SPDX-License-Identifier: GPL-2.0
/*
* Copyright (C) 2007-2009 ST-Ericsson AB
- * License terms: GNU General Public License (GPL) version 2
* Real Time Clock interface for ST-Ericsson AB COH 901 331 RTC.
* Author: Linus Walleij <linus.walleij@stericsson.com>
* Based on rtc-pl031.c by Deepak Saxena <dsaxena@plexity.net>