diff options
Diffstat (limited to 'drivers/clk/rockchip/clk.c')
-rw-r--r-- | drivers/clk/rockchip/clk.c | 11 |
1 files changed, 1 insertions, 10 deletions
diff --git a/drivers/clk/rockchip/clk.c b/drivers/clk/rockchip/clk.c index d5fac5a8a3d7..546e810c3560 100644 --- a/drivers/clk/rockchip/clk.c +++ b/drivers/clk/rockchip/clk.c | |||
@@ -1,3 +1,4 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-or-later | ||
1 | /* | 2 | /* |
2 | * Copyright (c) 2014 MundoReader S.L. | 3 | * Copyright (c) 2014 MundoReader S.L. |
3 | * Author: Heiko Stuebner <heiko@sntech.de> | 4 | * Author: Heiko Stuebner <heiko@sntech.de> |
@@ -11,16 +12,6 @@ | |||
11 | * Copyright (c) 2013 Samsung Electronics Co., Ltd. | 12 | * Copyright (c) 2013 Samsung Electronics Co., Ltd. |
12 | * Copyright (c) 2013 Linaro Ltd. | 13 | * Copyright (c) 2013 Linaro Ltd. |
13 | * Author: Thomas Abraham <thomas.ab@samsung.com> | 14 | * Author: Thomas Abraham <thomas.ab@samsung.com> |
14 | * | ||
15 | * This program is free software; you can redistribute it and/or modify | ||
16 | * it under the terms of the GNU General Public License as published by | ||
17 | * the Free Software Foundation; either version 2 of the License, or | ||
18 | * (at your option) any later version. | ||
19 | * | ||
20 | * This program is distributed in the hope that it will be useful, | ||
21 | * but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
22 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
23 | * GNU General Public License for more details. | ||
24 | */ | 15 | */ |
25 | 16 | ||
26 | #include <linux/slab.h> | 17 | #include <linux/slab.h> |