diff options
Diffstat (limited to 'drivers/clocksource/timer-cadence-ttc.c')
-rw-r--r-- | drivers/clocksource/timer-cadence-ttc.c | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/drivers/clocksource/timer-cadence-ttc.c b/drivers/clocksource/timer-cadence-ttc.c index b33402980b6f..88fe2e9ba9a3 100644 --- a/drivers/clocksource/timer-cadence-ttc.c +++ b/drivers/clocksource/timer-cadence-ttc.c | |||
@@ -1,18 +1,10 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-only | ||
1 | /* | 2 | /* |
2 | * This file contains driver for the Cadence Triple Timer Counter Rev 06 | 3 | * This file contains driver for the Cadence Triple Timer Counter Rev 06 |
3 | * | 4 | * |
4 | * Copyright (C) 2011-2013 Xilinx | 5 | * Copyright (C) 2011-2013 Xilinx |
5 | * | 6 | * |
6 | * based on arch/mips/kernel/time.c timer driver | 7 | * based on arch/mips/kernel/time.c timer driver |
7 | * | ||
8 | * This software is licensed under the terms of the GNU General Public | ||
9 | * License version 2, as published by the Free Software Foundation, and | ||
10 | * may be copied, distributed, and modified under those terms. | ||
11 | * | ||
12 | * This program is distributed in the hope that it will be useful, | ||
13 | * but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
14 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
15 | * GNU General Public License for more details. | ||
16 | */ | 8 | */ |
17 | 9 | ||
18 | #include <linux/clk.h> | 10 | #include <linux/clk.h> |