hc
2024-01-05 071106ecf68c401173c58808b1cf5f68cc50d390
kernel/drivers/clk/hisilicon/clk-hi6220-stub.c
....@@ -1,3 +1,4 @@
1
+// SPDX-License-Identifier: GPL-2.0-only
12 /*
23 * Hi6220 stub clock driver
34 *
....@@ -5,11 +6,6 @@
56 * Copyright (c) 2015 Linaro Limited.
67 *
78 * Author: Leo Yan <leo.yan@linaro.org>
8
- *
9
- * This program is free software; you can redistribute it and/or modify
10
- * it under the terms of the GNU General Public License version 2 as
11
- * published by the Free Software Foundation.
12
- *
139 */
1410
1511 #include <linux/clk-provider.h>
....@@ -197,7 +193,7 @@
197193 static int hi6220_stub_clk_probe(struct platform_device *pdev)
198194 {
199195 struct device *dev = &pdev->dev;
200
- struct clk_init_data init = {};
196
+ struct clk_init_data init;
201197 struct hi6220_stub_clk *stub_clk;
202198 struct clk *clk;
203199 struct device_node *np = pdev->dev.of_node;