tree: https://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm.git bleeding-edge head: a7bd624d55825520984461c8abe93aebbe955242 commit: 6aee9dc9f7d06eb1f9dc443d89ed5b9faf2a773f [123/125] ACPI / LPSS: Get rid of custom ICPU() macro config: x86_64-randconfig-x013-201836 (attached as .config) compiler: gcc-7 (Debian 7.3.0-1) 7.3.0 reproduce: git checkout 6aee9dc9f7d06eb1f9dc443d89ed5b9faf2a773f # save the attached .config to linux build tree make ARCH=x86_64 All errors (new ones prefixed by >>): >> drivers//acpi/acpi_lpss.c:293:2: error: implicit declaration of function 'INTEL_CPU_FAM6_NODATA'; did you mean 'INTEL_CPU_FAM_ANY'? [-Werror=implicit-function-declaration] INTEL_CPU_FAM6_NODATA(ATOM_SILVERMONT1), /* Valleyview, Bay Trail */ ^~~~~~~~~~~~~~~~~~~~~ INTEL_CPU_FAM_ANY >> drivers//acpi/acpi_lpss.c:293:24: error: 'ATOM_SILVERMONT1' undeclared here (not in a function) INTEL_CPU_FAM6_NODATA(ATOM_SILVERMONT1), /* Valleyview, Bay Trail */ ^~~~~~~~~~~~~~~~ >> drivers//acpi/acpi_lpss.c:294:24: error: 'ATOM_AIRMONT' undeclared here (not in a function); did you mean 'ATOM_SILVERMONT1'? INTEL_CPU_FAM6_NODATA(ATOM_AIRMONT), /* Braswell, Cherry Trail */ ^~~~~~~~~~~~ ATOM_SILVERMONT1 cc1: some warnings being treated as errors vim +293 drivers//acpi/acpi_lpss.c 291 292 static const struct x86_cpu_id lpss_cpu_ids[] = { > 293 INTEL_CPU_FAM6_NODATA(ATOM_SILVERMONT1), /* Valleyview, Bay Trail */ > 294 INTEL_CPU_FAM6_NODATA(ATOM_AIRMONT), /* Braswell, Cherry Trail */ 295 {} 296 }; 297 --- 0-DAY kernel test infrastructure Open Source Technology Center https://lists.01.org/pipermail/kbuild-all Intel Corporation
Attachment:
.config.gz
Description: application/gzip