forked from ~ljy/RK356X_SDK_RELEASE

hc
2023-12-08 01573e231f18eb2d99162747186f59511f56b64d
kernel/arch/mips/lantiq/clk.c
....@@ -1,7 +1,5 @@
1
+// SPDX-License-Identifier: GPL-2.0-only
12 /*
2
- * This program is free software; you can redistribute it and/or modify it
3
- * under the terms of the GNU General Public License version 2 as published
4
- * by the Free Software Foundation.
53 *
64 * Copyright (C) 2010 Thomas Langer <thomas.langer@lantiq.com>
75 * Copyright (C) 2010 John Crispin <john@phrozen.org>
....@@ -52,6 +50,7 @@
5250 {
5351 return &cpu_clk_generic[2];
5452 }
53
+EXPORT_SYMBOL_GPL(clk_get_io);
5554
5655 struct clk *clk_get_ppe(void)
5756 {