diff options
-rw-r--r-- | drivers/remoteproc/da8xx_remoteproc.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/remoteproc/da8xx_remoteproc.c b/drivers/remoteproc/da8xx_remoteproc.c index 129f7b997866..b91cd3086fb7 100644 --- a/drivers/remoteproc/da8xx_remoteproc.c +++ b/drivers/remoteproc/da8xx_remoteproc.c | |||
@@ -301,8 +301,6 @@ static int da8xx_rproc_remove(struct platform_device *pdev) | |||
301 | */ | 301 | */ |
302 | disable_irq(drproc->irq); | 302 | disable_irq(drproc->irq); |
303 | 303 | ||
304 | devm_clk_put(dev, drproc->dsp_clk); | ||
305 | |||
306 | rproc_del(rproc); | 304 | rproc_del(rproc); |
307 | rproc_put(rproc); | 305 | rproc_put(rproc); |
308 | 306 | ||