提交 ef5043c2 编写于 作者: S Steffen Trumtrar 提交者: Mike Turquette

clk: socfpga: remove unused field

The clk_name field from the socfpga_clk struct is unused.
Remove it.
Signed-off-by: NSteffen Trumtrar <s.trumtrar@pengutronix.de>
Signed-off-by: NDinh Nguyen <dinguyen@altera.com>
上级 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% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册