aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/rtc/rtc-ds1347.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/rtc/rtc-ds1347.c')
-rw-r--r--drivers/rtc/rtc-ds1347.c6
1 files changed, 1 insertions, 5 deletions
diff --git a/drivers/rtc/rtc-ds1347.c b/drivers/rtc/rtc-ds1347.c
index 938512c676ee..d392a7bfdd1c 100644
--- a/drivers/rtc/rtc-ds1347.c
+++ b/drivers/rtc/rtc-ds1347.c
@@ -1,14 +1,10 @@
1// SPDX-License-Identifier: GPL-2.0-only
1/* rtc-ds1347.c 2/* rtc-ds1347.c
2 * 3 *
3 * Driver for Dallas Semiconductor DS1347 Low Current, SPI Compatible 4 * Driver for Dallas Semiconductor DS1347 Low Current, SPI Compatible
4 * Real Time Clock 5 * Real Time Clock
5 * 6 *
6 * Author : Raghavendra Chandra Ganiga <ravi23ganiga@gmail.com> 7 * Author : Raghavendra Chandra Ganiga <ravi23ganiga@gmail.com>
7 *
8 * This program is free software; you can redistribute it and/or modify
9 * it under the terms of the GNU General Public License version 2 as
10 * published by the Free Software Foundation.
11 *
12 */ 8 */
13 9
14#include <linux/init.h> 10#include <linux/init.h>