diff options
Diffstat (limited to 'drivers/clk/starfive/jh7100-clkgen.c')
-rw-r--r-- | drivers/clk/starfive/jh7100-clkgen.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/clk/starfive/jh7100-clkgen.c b/drivers/clk/starfive/jh7100-clkgen.c index 29095aa991..0d165c99a6 100644 --- a/drivers/clk/starfive/jh7100-clkgen.c +++ b/drivers/clk/starfive/jh7100-clkgen.c @@ -332,7 +332,7 @@ static void starfive_clkgen_init(struct device_node *np, void __iomem *base) static struct clk_onecell_data clk_data; -static int starfive_clkgen_clk_probe(struct device_d *dev) +static int starfive_clkgen_clk_probe(struct device *dev) { struct resource *iores; |