Re: mmotm 2022-03-02-16-53 uploaded (drivers/i2c/busses/i2c-designware-platdrv.c)

From: Randy Dunlap
Date: Thu Mar 03 2022 - 17:36:13 EST




On 3/2/22 16:53, Andrew Morton wrote:
> The mm-of-the-moment snapshot 2022-03-02-16-53 has been uploaded to
>
> https://www.ozlabs.org/~akpm/mmotm/
>
> mmotm-readme.txt says
>
> README for mm-of-the-moment:
>
> https://www.ozlabs.org/~akpm/mmotm/
>
> This is a snapshot of my -mm patch queue. Uploaded at random hopefully
> more than once a week.
>
> You will need quilt to apply these patches to the latest Linus release (5.x
> or 5.x-rcY). The series file is in broken-out.tar.gz and is duplicated in
> https://ozlabs.org/~akpm/mmotm/series

on x86_64:
CONFIG_PM=y
# CONFIG_SUSPEND is not set
# HIBERNATION is not set (not possible since CONFIG_BLOCK is not set so SWAP is not available)


../drivers/i2c/busses/i2c-designware-platdrv.c:465:12: error: ‘dw_i2c_plat_resume’ defined but not used [-Werror=unused-function]
static int dw_i2c_plat_resume(struct device *dev)
^~~~~~~~~~~~~~~~~~
../drivers/i2c/busses/i2c-designware-platdrv.c:444:12: error: ‘dw_i2c_plat_suspend’ defined but not used [-Werror=unused-function]
static int dw_i2c_plat_suspend(struct device *dev)
^~~~~~~~~~~~~~~~~~~

Full randconfig file is attached.

--
~Randy

Attachment: config-r2445.gz
Description: application/gzip