On Thu, 20 Nov 2025 13:22:46 -0700, Nathan Chancellor wrote:
> When building for a platform without CONFIG_PM_SLEEP, such as s390,
> there are two unused function warnings:
>
> drivers/video/backlight/aw99706.c:436:12: error: 'aw99706_resume' defined
> but not used [-Werror=unused-function]
> 436 | static int aw99706_resume(struct device *dev)
> | ^~~~~~~~~~~~~~
> drivers/video/backlight/aw99706.c:429:12: error: 'aw99706_suspend' defined
> but not used [-Werror=unused-function]
> 429 | static int aw99706_suspend(struct device *dev)
> | ^~~~~~~~~~~~~~~
>
> [...]
Applied, thanks!
[1/1] backlight: aw99706: Fix unused function warnings from suspend/resume ops
commit: d3cc7cd7bc46af587747399e956cf4508221476f
--
Lee Jones [李琼斯]