kernel/drivers/clk/sirf/clk-atlas7.c
.. .. @@ -1,9 +1,8 @@ 1 +// SPDX-License-Identifier: GPL-2.0-or-later1 2 /* 2 3 * Clock tree for CSR SiRFAtlas7 3 4 * 4 5 * Copyright (c) 2014 Cambridge Silicon Radio Limited, a CSR plc group company. 5 - *6 - * Licensed under GPLv2 or later.7 6 */ 8 7 9 8 #include <linux/bitops.h> .. .. @@ -1275,7 +1274,7 @@ 1275 1274 { 1276 1275 struct clk *clk; 1277 1276 struct clk_unit *unit; 1278 - struct clk_init_data init = {};1277 + struct clk_init_data init;1279 1278 1280 1279 unit = kzalloc(sizeof(*unit), GFP_KERNEL); 1281 1280 if (!unit)