Re: [PATCH] dmaengine: tegra210-adma: Fix unused function warnings

2019-07-25 Thread Vinod Koul
On 09-07-19, 16:32, YueHaibing wrote: > If CONFIG_PM is not set, build warnings: > > drivers/dma/tegra210-adma.c:747:12: warning: tegra_adma_runtime_resume > defined but not used [-Wunused-function] > static int tegra_adma_runtime_resume(struct device *dev) > drivers/dma/tegra210-adma.c:715:12:

Re: [PATCH] dmaengine: tegra210-adma: Fix unused function warnings

2019-07-10 Thread Jon Hunter
On 09/07/2019 09:32, YueHaibing wrote: > If CONFIG_PM is not set, build warnings: > > drivers/dma/tegra210-adma.c:747:12: warning: tegra_adma_runtime_resume > defined but not used [-Wunused-function] > static int tegra_adma_runtime_resume(struct device *dev) > drivers/dma/tegra210-adma.c:715:1