diff options
Diffstat (limited to 'drivers/clk/samsung/clk.c')
-rw-r--r-- | drivers/clk/samsung/clk.c | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/drivers/clk/samsung/clk.c b/drivers/clk/samsung/clk.c index 9ad546a5f74c..e544a38106dd 100644 --- a/drivers/clk/samsung/clk.c +++ b/drivers/clk/samsung/clk.c | |||
@@ -1,12 +1,9 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-only | ||
1 | /* | 2 | /* |
2 | * Copyright (c) 2013 Samsung Electronics Co., Ltd. | 3 | * Copyright (c) 2013 Samsung Electronics Co., Ltd. |
3 | * Copyright (c) 2013 Linaro Ltd. | 4 | * Copyright (c) 2013 Linaro Ltd. |
4 | * Author: Thomas Abraham <thomas.ab@samsung.com> | 5 | * Author: Thomas Abraham <thomas.ab@samsung.com> |
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 | * This file includes utility functions to register clocks to common | 7 | * This file includes utility functions to register clocks to common |
11 | * clock framework for Samsung platforms. | 8 | * clock framework for Samsung platforms. |
12 | */ | 9 | */ |