diff options
Diffstat (limited to 'drivers/clk/hisilicon')
-rw-r--r-- | drivers/clk/hisilicon/clk-hi3660-stub.c | 12 | ||||
-rw-r--r-- | drivers/clk/hisilicon/crg.h | 11 |
2 files changed, 2 insertions, 21 deletions
diff --git a/drivers/clk/hisilicon/clk-hi3660-stub.c b/drivers/clk/hisilicon/clk-hi3660-stub.c index 89934bee7c9e..3a653d54bee0 100644 --- a/drivers/clk/hisilicon/clk-hi3660-stub.c +++ b/drivers/clk/hisilicon/clk-hi3660-stub.c | |||
@@ -1,3 +1,4 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-or-later | ||
1 | /* | 2 | /* |
2 | * Hisilicon clock driver | 3 | * Hisilicon clock driver |
3 | * | 4 | * |
@@ -7,17 +8,6 @@ | |||
7 | * Author: Kai Zhao <zhaokai1@hisilicon.com> | 8 | * Author: Kai Zhao <zhaokai1@hisilicon.com> |
8 | * Tao Wang <kevin.wangtao@hisilicon.com> | 9 | * Tao Wang <kevin.wangtao@hisilicon.com> |
9 | * Leo Yan <leo.yan@linaro.org> | 10 | * Leo Yan <leo.yan@linaro.org> |
10 | * | ||
11 | * This program is free software; you can redistribute it and/or modify | ||
12 | * it under the terms of the GNU General Public License as published by | ||
13 | * the Free Software Foundation; either version 2 of the License, or | ||
14 | * (at your option) any later version. | ||
15 | * | ||
16 | * This program is distributed in the hope that it will be useful, | ||
17 | * but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
18 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
19 | * GNU General Public License for more details. | ||
20 | * | ||
21 | */ | 11 | */ |
22 | 12 | ||
23 | #include <linux/clk-provider.h> | 13 | #include <linux/clk-provider.h> |
diff --git a/drivers/clk/hisilicon/crg.h b/drivers/clk/hisilicon/crg.h index e0739717de9a..803f6ba6d7a2 100644 --- a/drivers/clk/hisilicon/crg.h +++ b/drivers/clk/hisilicon/crg.h | |||
@@ -1,17 +1,8 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-or-later */ | ||
1 | /* | 2 | /* |
2 | * HiSilicon Clock and Reset Driver Header | 3 | * HiSilicon Clock and Reset Driver Header |
3 | * | 4 | * |
4 | * Copyright (c) 2016 HiSilicon Limited. | 5 | * Copyright (c) 2016 HiSilicon Limited. |
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 as published by | ||
8 | * the Free Software Foundation; either version 2 of the License, or | ||
9 | * (at your option) any later version. | ||
10 | * | ||
11 | * This program is distributed in the hope that it will be useful, | ||
12 | * but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
13 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
14 | * GNU General Public License for more details. | ||
15 | */ | 6 | */ |
16 | 7 | ||
17 | #ifndef __HISI_CRG_H | 8 | #ifndef __HISI_CRG_H |