On 2/24/20 7:53 PM, Andrew Morton wrote: > The mm-of-the-moment snapshot 2020-02-24-19-53 has been uploaded to > > http://www.ozlabs.org/~akpm/mmotm/ > > mmotm-readme.txt says > > README for mm-of-the-moment: > > http://www.ozlabs.org/~akpm/mmotm/ > > This is a snapshot of my -mm patch queue. Uploaded at random hopefully > more than once a week. > on i386: ../drivers/platform/x86/intel_pmc_core.c: In function ‘pmc_core_resume’: ../drivers/platform/x86/intel_pmc_core.c:1327:3: error: implicit declaration of function ‘pmc_core_slps0_display’; did you mean ‘pmc_core_is_pc10_failed’? [-Werror=implicit-function-declaration] pmc_core_slps0_display(pmcdev, dev, NULL); ^~~~~~~~~~~~~~~~~~~~~~ pmc_core_is_pc10_failed ../drivers/platform/x86/intel_pmc_core.c:1329:3: error: implicit declaration of function ‘pmc_core_lpm_display’; did you mean ‘pmc_core_suspend’? [-Werror=implicit-function-declaration] pmc_core_lpm_display(pmcdev, dev, NULL, offset, "STATUS", maps); ^~~~~~~~~~~~~~~~~~~~ pmc_core_suspend Full randconfig file is attached. -- ~Randy Reported-by: Randy Dunlap