clk: socfpga: remove unused field
The clk_name field from the socfpga_clk struct is unused. Remove it. Signed-off-by: Steffen Trumtrar <s.trumtrar@pengutronix.de> Signed-off-by: Dinh Nguyen <dinguyen@altera.com>
This commit is contained in:
parent
77f1057777
commit
ef5043c2d9
1 changed files with 0 additions and 1 deletions
|
@ -61,7 +61,6 @@ static void __iomem *clk_mgr_base_addr;
|
|||
struct socfpga_clk {
|
||||
struct clk_gate hw;
|
||||
char *parent_name;
|
||||
char *clk_name;
|
||||
u32 fixed_div;
|
||||
void __iomem *div_reg;
|
||||
u32 width; /* only valid if div_reg != 0 */
|
||||
|
|
Loading…
Reference in a new issue