diff --git a/drivers/clk/clk-npcm7xx.c b/drivers/clk/clk-npcm7xx.c
index 79eca6ee3120c646..562d2d406d7a00fc 100644
--- a/drivers/clk/clk-npcm7xx.c
+++ b/drivers/clk/clk-npcm7xx.c
@@ -69,8 +69,8 @@ static struct clk_hw *
 npcm7xx_clk_register_pll(void __iomem *pllcon, const char *name,
 			 const char *parent_name, unsigned long flags)
 {
+	struct clk_init_data init = {};
 	struct npcm7xx_clk_pll *pll;
-	struct clk_init_data init;
 	struct clk_hw *hw;
 	int ret;
 
