forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-05-10 cde9070d9970eef1f7ec2360586c802a16230ad8
kernel/drivers/clk/hisilicon/clk-hi3660-stub.c
....@@ -1,3 +1,4 @@
1
+// SPDX-License-Identifier: GPL-2.0-or-later
12 /*
23 * Hisilicon clock driver
34 *
....@@ -7,23 +8,13 @@
78 * Author: Kai Zhao <zhaokai1@hisilicon.com>
89 * Tao Wang <kevin.wangtao@hisilicon.com>
910 * 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
- *
2111 */
2212
2313 #include <linux/clk-provider.h>
2414 #include <linux/device.h>
2515 #include <linux/err.h>
2616 #include <linux/init.h>
17
+#include <linux/io.h>
2718 #include <linux/mailbox_client.h>
2819 #include <linux/module.h>
2920 #include <linux/of.h>