.. | .. |
---|
| 1 | +// SPDX-License-Identifier: GPL-2.0-only |
---|
1 | 2 | /* |
---|
2 | 3 | * U300 clock implementation |
---|
3 | 4 | * Copyright (C) 2007-2012 ST-Ericsson AB |
---|
4 | | - * License terms: GNU General Public License (GPL) version 2 |
---|
5 | 5 | * Author: Linus Walleij <linus.walleij@stericsson.com> |
---|
6 | 6 | * Author: Jonas Aaberg <jonas.aberg@stericsson.com> |
---|
7 | 7 | */ |
---|
.. | .. |
---|
699 | 699 | { |
---|
700 | 700 | struct clk_hw *hw; |
---|
701 | 701 | struct clk_syscon *sclk; |
---|
702 | | - struct clk_init_data init = {}; |
---|
| 702 | + struct clk_init_data init; |
---|
703 | 703 | int ret; |
---|
704 | 704 | |
---|
705 | 705 | sclk = kzalloc(sizeof(*sclk), GFP_KERNEL); |
---|
.. | .. |
---|
1118 | 1118 | { |
---|
1119 | 1119 | struct clk_hw *hw; |
---|
1120 | 1120 | struct clk_mclk *mclk; |
---|
1121 | | - struct clk_init_data init = {}; |
---|
| 1121 | + struct clk_init_data init; |
---|
1122 | 1122 | int ret; |
---|
1123 | 1123 | |
---|
1124 | 1124 | mclk = kzalloc(sizeof(*mclk), GFP_KERNEL); |
---|