diff options
Diffstat (limited to 'drivers/rtc/rtc-x1205.c')
-rw-r--r-- | drivers/rtc/rtc-x1205.c | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/drivers/rtc/rtc-x1205.c b/drivers/rtc/rtc-x1205.c index ad2ae2f0536e..d1d5a44d9122 100644 --- a/drivers/rtc/rtc-x1205.c +++ b/drivers/rtc/rtc-x1205.c | |||
@@ -1,3 +1,4 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-only | ||
1 | /* | 2 | /* |
2 | * An i2c driver for the Xicor/Intersil X1205 RTC | 3 | * An i2c driver for the Xicor/Intersil X1205 RTC |
3 | * Copyright 2004 Karen Spearel | 4 | * Copyright 2004 Karen Spearel |
@@ -11,10 +12,6 @@ | |||
11 | * | 12 | * |
12 | * Information and datasheet: | 13 | * Information and datasheet: |
13 | * http://www.intersil.com/cda/deviceinfo/0,1477,X1205,00.html | 14 | * http://www.intersil.com/cda/deviceinfo/0,1477,X1205,00.html |
14 | * | ||
15 | * This program is free software; you can redistribute it and/or modify | ||
16 | * it under the terms of the GNU General Public License version 2 as | ||
17 | * published by the Free Software Foundation. | ||
18 | */ | 15 | */ |
19 | 16 | ||
20 | #include <linux/i2c.h> | 17 | #include <linux/i2c.h> |