diff options
Diffstat (limited to 'drivers/rtc/rtc-sun6i.c')
-rw-r--r-- | drivers/rtc/rtc-sun6i.c | 11 |
1 files changed, 1 insertions, 10 deletions
diff --git a/drivers/rtc/rtc-sun6i.c b/drivers/rtc/rtc-sun6i.c index 11f56de52179..8128ec200ba2 100644 --- a/drivers/rtc/rtc-sun6i.c +++ b/drivers/rtc/rtc-sun6i.c | |||
@@ -1,3 +1,4 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-or-later | ||
1 | /* | 2 | /* |
2 | * An RTC driver for Allwinner A31/A23 | 3 | * An RTC driver for Allwinner A31/A23 |
3 | * | 4 | * |
@@ -8,16 +9,6 @@ | |||
8 | * An RTC driver for Allwinner A10/A20 | 9 | * An RTC driver for Allwinner A10/A20 |
9 | * | 10 | * |
10 | * Copyright (c) 2013, Carlo Caione <carlo.caione@gmail.com> | 11 | * Copyright (c) 2013, Carlo Caione <carlo.caione@gmail.com> |
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 as published by | ||
14 | * the Free Software Foundation; either version 2 of the License, or | ||
15 | * (at your option) any later version. | ||
16 | * | ||
17 | * This program is distributed in the hope that it will be useful, but WITHOUT | ||
18 | * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or | ||
19 | * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for | ||
20 | * more details. | ||
21 | */ | 12 | */ |
22 | 13 | ||
23 | #include <linux/clk.h> | 14 | #include <linux/clk.h> |