Commit ef5043c2 authored by Steffen Trumtrar's avatar Steffen Trumtrar Committed by Mike Turquette

clk: socfpga: remove unused field

The clk_name field from the socfpga_clk struct is unused.
Remove it.
Signed-off-by: default avatarSteffen Trumtrar <s.trumtrar@pengutronix.de>
Signed-off-by: default avatarDinh Nguyen <dinguyen@altera.com>
parent 77f10577
......@@ -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 */
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment