Re: linux-next: Tree for May 15 (drivers/dma/ti/k3-udma.c)
From: Randy Dunlap <hidden>
Date: 2023-05-16 02:18:09
Also in:
linux-next, lkml
From: Randy Dunlap <hidden>
Date: 2023-05-16 02:18:09
Also in:
linux-next, lkml
Hi-- On 5/14/23 21:12, Stephen Rothwell wrote:
Hi all, Changes since 20230512: New trees: fastrpc, wpan-staging
This build problem has been around for a few days/weeks/?.
# CONFIG_SUSPEND is not set
../drivers/dma/ti/k3-udma.c:5552:12: warning: 'udma_pm_resume' defined but not used [-Wunused-function]
5552 | static int udma_pm_resume(struct device *dev)
| ^~~~~~~~~~~~~~
../drivers/dma/ti/k3-udma.c:5530:12: warning: 'udma_pm_suspend' defined but not used [-Wunused-function]
5530 | static int udma_pm_suspend(struct device *dev)
| ^~~~~~~~~~~~~~~
--
~Randy