forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-05-10 37f49e37ab4cb5d0bc4c60eb5c6d4dd57db767bb
kernel/drivers/clk/mxs/clk-frac.c
....@@ -1,12 +1,6 @@
1
+// SPDX-License-Identifier: GPL-2.0-or-later
12 /*
23 * Copyright 2012 Freescale Semiconductor, Inc.
3
- *
4
- * The code contained herein is licensed under the GNU General Public
5
- * License. You may obtain a copy of the GNU General Public License
6
- * Version 2 or later at the following locations:
7
- *
8
- * http://www.opensource.org/licenses/gpl-license.html
9
- * http://www.gnu.org/copyleft/gpl.html
104 */
115
126 #include <linux/clk-provider.h>
....@@ -118,7 +112,7 @@
118112 {
119113 struct clk_frac *frac;
120114 struct clk *clk;
121
- struct clk_init_data init = {};
115
+ struct clk_init_data init;
122116
123117 frac = kzalloc(sizeof(*frac), GFP_KERNEL);
124118 if (!frac)