summaryrefslogtreecommitdiffstats
path: root/drivers/clk/mvebu/corediv.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/clk/mvebu/corediv.c')
-rw-r--r--drivers/clk/mvebu/corediv.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/clk/mvebu/corediv.c b/drivers/clk/mvebu/corediv.c
index 1b7fa12701..7b85bd01d3 100644
--- a/drivers/clk/mvebu/corediv.c
+++ b/drivers/clk/mvebu/corediv.c
@@ -197,7 +197,7 @@ static struct of_device_id mvebu_corediv_clk_ids[] = {
static int mvebu_corediv_clk_probe(struct device_d *dev)
{
struct resource *iores;
- struct device_node *np = dev->device_node;
+ struct device_node *np = dev->of_node;
const struct of_device_id *match;
const struct clk_corediv_soc_desc *soc_desc;
struct clk_corediv *corediv;