summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexandre Belloni <alexandre.belloni@bootlin.com>2019-03-06 04:51:32 -0500
committerAlexandre Belloni <alexandre.belloni@bootlin.com>2019-03-17 22:36:01 -0400
commit2fcdf5fd7c1b66f283b16639682f0b5dd3474b0b (patch)
treef857e4f560f1be9c7bb538f43df8af6a52a765fe
parent9e98c678c2d6ae3a17cb2de55d17f69dddaa231b (diff)
rtc: abx80x: convert to SPDX identifier
Use SPDX-License-Identifier instead of a verbose license text. Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
-rw-r--r--drivers/rtc/rtc-abx80x.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/drivers/rtc/rtc-abx80x.c b/drivers/rtc/rtc-abx80x.c
index 6ddcad642d1e..8e7eb08281f7 100644
--- a/drivers/rtc/rtc-abx80x.c
+++ b/drivers/rtc/rtc-abx80x.c
@@ -1,3 +1,4 @@
1// SPDX-License-Identifier: GPL-2.0
1/* 2/*
2 * A driver for the I2C members of the Abracon AB x8xx RTC family, 3 * A driver for the I2C members of the Abracon AB x8xx RTC family,
3 * and compatible: AB 1805 and AB 0805 4 * and compatible: AB 1805 and AB 0805
@@ -7,10 +8,6 @@
7 * Author: Philippe De Muyter <phdm@macqel.be> 8 * Author: Philippe De Muyter <phdm@macqel.be>
8 * Author: Alexandre Belloni <alexandre.belloni@bootlin.com> 9 * Author: Alexandre Belloni <alexandre.belloni@bootlin.com>
9 * 10 *
10 * This program is free software; you can redistribute it and/or modify
11 * it under the terms of the GNU General Public License version 2 as
12 * published by the Free Software Foundation.
13 *
14 */ 11 */
15 12
16#include <linux/bcd.h> 13#include <linux/bcd.h>