diff options
Diffstat (limited to 'drivers/clk/versatile/icst.c')
-rw-r--r-- | drivers/clk/versatile/icst.c | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/drivers/clk/versatile/icst.c b/drivers/clk/versatile/icst.c index de2af63a3aad..ba4b2d22ec97 100644 --- a/drivers/clk/versatile/icst.c +++ b/drivers/clk/versatile/icst.c | |||
@@ -1,12 +1,9 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-only | ||
1 | /* | 2 | /* |
2 | * linux/arch/arm/common/icst307.c | 3 | * linux/arch/arm/common/icst307.c |
3 | * | 4 | * |
4 | * Copyright (C) 2003 Deep Blue Solutions, Ltd, All Rights Reserved. | 5 | * Copyright (C) 2003 Deep Blue Solutions, Ltd, All Rights Reserved. |
5 | * | 6 | * |
6 | * This program is free software; you can redistribute it and/or modify | ||
7 | * it under the terms of the GNU General Public License version 2 as | ||
8 | * published by the Free Software Foundation. | ||
9 | * | ||
10 | * Support functions for calculating clocks/divisors for the ICST307 | 7 | * Support functions for calculating clocks/divisors for the ICST307 |
11 | * clock generators. See http://www.idt.com/ for more information | 8 | * clock generators. See http://www.idt.com/ for more information |
12 | * on these devices. | 9 | * on these devices. |