tree:
https://android.googlesource.com/kernel/common android12-5.10
head: 9132fbe545925a36b45c0738d1f9aa5cecb86050
commit: e6c313525bb350396320a1775677a07eebe435cd [1998/4762] FROMLIST: PM / Domains: add
domain feature flag for next wakeup
config: i386-randconfig-r004-20210211 (attached as .config)
compiler: gcc-9 (Debian 9.3.0-15) 9.3.0
reproduce (this is a W=1 build):
git remote add android-common
https://android.googlesource.com/kernel/common
git fetch --no-tags android-common android12-5.10
git checkout e6c313525bb350396320a1775677a07eebe435cd
# save the attached .config to linux build tree
make W=1 ARCH=i386
If you fix the issue, kindly add following tag as appropriate
Reported-by: kernel test robot <lkp(a)intel.com>
All errors (new ones prefixed by >>):
In file included from drivers/gpu/drm/i915/selftests/mock_gem_device.c:25,
from drivers/gpu/drm/i915/i915_gem.c:1377:
> include/linux/pm_domain.h:290:13: error:
'genpd_enable_next_wakeup' defined but not used [-Werror=unused-function]
290 | static void genpd_enable_next_wakeup(struct generic_pm_domain *genpd,
| ^~~~~~~~~~~~~~~~~~~~~~~~
cc1: all warnings being treated as errors
vim +/genpd_enable_next_wakeup +290 include/linux/pm_domain.h
289
290 static void genpd_enable_next_wakeup(struct generic_pm_domain
*genpd,
291 bool enable)
292 { }
293
---
0-DAY CI Kernel Test Service, Intel Corporation
https://lists.01.org/hyperkitty/list/kbuild-all@lists.01.org