aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/rtc/rtc-pcf8563.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/rtc/rtc-pcf8563.c')
-rw-r--r--drivers/rtc/rtc-pcf8563.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/drivers/rtc/rtc-pcf8563.c b/drivers/rtc/rtc-pcf8563.c
index 3efc86c25d27..c569dfe8c2ae 100644
--- a/drivers/rtc/rtc-pcf8563.c
+++ b/drivers/rtc/rtc-pcf8563.c
@@ -1,3 +1,4 @@
1// SPDX-License-Identifier: GPL-2.0-only
1/* 2/*
2 * An I2C driver for the Philips PCF8563 RTC 3 * An I2C driver for the Philips PCF8563 RTC
3 * Copyright 2005-06 Tower Technologies 4 * Copyright 2005-06 Tower Technologies
@@ -8,10 +9,6 @@
8 * based on the other drivers in this same directory. 9 * based on the other drivers in this same directory.
9 * 10 *
10 * http://www.semiconductors.philips.com/acrobat/datasheets/PCF8563-04.pdf 11 * http://www.semiconductors.philips.com/acrobat/datasheets/PCF8563-04.pdf
11 *
12 * This program is free software; you can redistribute it and/or modify
13 * it under the terms of the GNU General Public License version 2 as
14 * published by the Free Software Foundation.
15 */ 12 */
16 13
17#include <linux/clk-provider.h> 14#include <linux/clk-provider.h>