diff options
Diffstat (limited to 'arch/arm/kernel/time.c')
-rw-r--r-- | arch/arm/kernel/time.c | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/arch/arm/kernel/time.c b/arch/arm/kernel/time.c index 078b259ead4e..b996b2cf0703 100644 --- a/arch/arm/kernel/time.c +++ b/arch/arm/kernel/time.c | |||
@@ -1,13 +1,10 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-only | ||
1 | /* | 2 | /* |
2 | * linux/arch/arm/kernel/time.c | 3 | * linux/arch/arm/kernel/time.c |
3 | * | 4 | * |
4 | * Copyright (C) 1991, 1992, 1995 Linus Torvalds | 5 | * Copyright (C) 1991, 1992, 1995 Linus Torvalds |
5 | * Modifications for ARM (C) 1994-2001 Russell King | 6 | * Modifications for ARM (C) 1994-2001 Russell King |
6 | * | 7 | * |
7 | * This program is free software; you can redistribute it and/or modify | ||
8 | * it under the terms of the GNU General Public License version 2 as | ||
9 | * published by the Free Software Foundation. | ||
10 | * | ||
11 | * This file contains the ARM-specific time handling details: | 8 | * This file contains the ARM-specific time handling details: |
12 | * reading the RTC at bootup, etc... | 9 | * reading the RTC at bootup, etc... |
13 | */ | 10 | */ |