tree: https://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound.git topic/asus-e100h-4.13 head: b50dc59e3e31709349588be7a1ac8991e9c5f8a5 commit: 7cfa6efe32e12013183d68f991dd586814b740da [13/17] Intel Atom suspend: add debug check for S0ix blockers config: x86_64-randconfig-x008-201734 (attached as .config) compiler: gcc-6 (Debian 6.2.0-3) 6.2.0 20160901 reproduce: git checkout 7cfa6efe32e12013183d68f991dd586814b740da # save the attached .config to linux build tree make ARCH=x86_64
All errors (new ones prefixed by >>):
arch/x86/platform/atom/punit_atom_debug.c: In function 'punit_atom_debug_exit':
arch/x86/platform/atom/punit_atom_debug.c:230:41: error: 'punit_freeze_nb' undeclared (first use in this function)
intel_idle_freeze_notifier_unregister(&punit_freeze_nb.nb); ^~~~~~~~~~~~~~~ arch/x86/platform/atom/punit_atom_debug.c:230:41: note: each undeclared identifier is reported only once for each function it appears in
vim +/punit_freeze_nb +230 arch/x86/platform/atom/punit_atom_debug.c
226 227 static void __exit punit_atom_debug_exit(void) 228 { 229 #ifdef CONFIG_PM_DEBUG
230 intel_idle_freeze_notifier_unregister(&punit_freeze_nb.nb);
231 #endif 232 punit_dbgfs_unregister(); 233 } 234
--- 0-DAY kernel test infrastructure Open Source Technology Center https://lists.01.org/pipermail/kbuild-all Intel Corporation