diff options
Diffstat (limited to 'arch/mips/ralink/timer.c')
-rw-r--r-- | arch/mips/ralink/timer.c | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/arch/mips/ralink/timer.c b/arch/mips/ralink/timer.c index 4f46a4509f79..0ad8ff2e4f6e 100644 --- a/arch/mips/ralink/timer.c +++ b/arch/mips/ralink/timer.c | |||
@@ -1,11 +1,8 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-only | ||
1 | /* | 2 | /* |
2 | * Ralink RT2880 timer | 3 | * Ralink RT2880 timer |
3 | * Author: John Crispin | 4 | * Author: John Crispin |
4 | * | 5 | * |
5 | * This program is free software; you can redistribute it and/or modify it | ||
6 | * under the terms of the GNU General Public License version 2 as published | ||
7 | * by the Free Software Foundation. | ||
8 | * | ||
9 | * Copyright (C) 2013 John Crispin <john@phrozen.org> | 6 | * Copyright (C) 2013 John Crispin <john@phrozen.org> |
10 | */ | 7 | */ |
11 | 8 | ||