tree:
git://git.linaro.org/people/ulf.hansson/linux-pm.git
cpuidle_psci_to_driver+genpd_onoff_notify
head: e5f65ec625134fe268aa703e5b34d436eab4e0a0
commit: e5f65ec625134fe268aa703e5b34d436eab4e0a0 [7/7] PM / Domains: Add support for genpd
on/off notifiers for specific devices
config: i386-randconfig-s001-20200617 (attached as .config)
compiler: gcc-9 (Debian 9.3.0-13) 9.3.0
reproduce:
# apt-get install sparse
# sparse version: v0.6.2-rc1-6-g78f577f8-dirty
git checkout e5f65ec625134fe268aa703e5b34d436eab4e0a0
# save the attached .config to linux build tree
make W=1 C=1 ARCH=i386 CF='-fdiagnostic-prefix -D__CHECK_ENDIAN__'
If you fix the issue, kindly add following tag as appropriate
Reported-by: kernel test robot <lkp(a)intel.com>
sparse warnings: (new ones prefixed by >>)
> include/linux/pm_domain.h:265:1: sparse: sparse: missing
identifier in declaration
include/linux/pm_domain.h:265:1: sparse: sparse:
Expected ; at the end of type declaration
include/linux/pm_domain.h:265:1: sparse: sparse: got {
include/linux/pm_domain.h:267:1: sparse: sparse: Expected ; at the end of type
declaration
include/linux/pm_domain.h:267:1: sparse: sparse: got }
include/linux/pm_domain.h:272:1: sparse: sparse: Expected ; at the end of type
declaration
include/linux/pm_domain.h:272:1: sparse: sparse: got }
vim +265 include/linux/pm_domain.h
262
263 static inline int dev_pm_genpd_add_notifier(struct device *dev,
264 struct notifier_block *nb);
265 {
266 return -ENOTSUPP;
267 }
268
---
0-DAY CI Kernel Test Service, Intel Corporation
https://lists.01.org/hyperkitty/list/kbuild-all@lists.01.org