Hi Lina,
FYI, the error/warning still remains.
tree:
https://android.googlesource.com/kernel/common android12-5.10
head: ce8beb071a1c41e5ba148acb708b814738c7307d
commit: e6c313525bb350396320a1775677a07eebe435cd [1998/6398] FROMLIST: PM / Domains: add
domain feature flag for next wakeup
config: x86_64-randconfig-a014-20210323 (attached as .config)
compiler: clang version 13.0.0 (
https://github.com/llvm/llvm-project
78a65cd945d006ff02f9d24d9cc20a302ed93b08)
reproduce (this is a W=1 build):
wget
https://raw.githubusercontent.com/intel/lkp-tests/master/sbin/make.cross -O
~/bin/make.cross
chmod +x ~/bin/make.cross
# install x86_64 cross compiling tool for clang build
# apt-get install binutils-x86-64-linux-gnu
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
COMPILER_INSTALL_PATH=$HOME/0day COMPILER=clang make.cross ARCH=x86_64
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/i915_gem.c:1377:
In file included from drivers/gpu/drm/i915/selftests/mock_gem_device.c:25:
> include/linux/pm_domain.h:290:13: error: unused function
'genpd_enable_next_wakeup' [-Werror,-Wunused-function]
static void
genpd_enable_next_wakeup(struct generic_pm_domain *genpd,
^
1 error generated.
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