forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-05-10 61598093bbdd283a7edc367d900f223070ead8d2
kernel/drivers/clk/samsung/clk-exynos-clkout.c
....@@ -1,10 +1,7 @@
1
+// SPDX-License-Identifier: GPL-2.0-only
12 /*
23 * Copyright (c) 2014 Samsung Electronics Co., Ltd.
34 * Author: Tomasz Figa <t.figa@samsung.com>
4
- *
5
- * This program is free software; you can redistribute it and/or modify
6
- * it under the terms of the GNU General Public License version 2 as
7
- * published by the Free Software Foundation.
85 *
96 * Clock driver for Exynos clock output
107 */
....@@ -12,6 +9,7 @@
129 #include <linux/slab.h>
1310 #include <linux/clk.h>
1411 #include <linux/clk-provider.h>
12
+#include <linux/io.h>
1513 #include <linux/of.h>
1614 #include <linux/of_address.h>
1715 #include <linux/syscore_ops.h>