diff options
Diffstat (limited to 'drivers/clk/versatile/clk-versatile.c')
-rw-r--r-- | drivers/clk/versatile/clk-versatile.c | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/drivers/clk/versatile/clk-versatile.c b/drivers/clk/versatile/clk-versatile.c index d6960de64d4a..90bb0b041b7a 100644 --- a/drivers/clk/versatile/clk-versatile.c +++ b/drivers/clk/versatile/clk-versatile.c | |||
@@ -1,11 +1,8 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-only | ||
1 | /* | 2 | /* |
2 | * Clock driver for the ARM Integrator/AP, Integrator/CP, Versatile AB and | 3 | * Clock driver for the ARM Integrator/AP, Integrator/CP, Versatile AB and |
3 | * Versatile PB boards. | 4 | * Versatile PB boards. |
4 | * Copyright (C) 2012 Linus Walleij | 5 | * Copyright (C) 2012 Linus Walleij |
5 | * | ||
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 | */ | 6 | */ |
10 | #include <linux/clk-provider.h> | 7 | #include <linux/clk-provider.h> |
11 | #include <linux/err.h> | 8 | #include <linux/err.h> |