Hi Andy, [auto build test ERROR on platform-drivers-x86/for-next] [also build test ERROR on v4.12-rc4 next-20170606] [if your patch is applied to the wrong git tree, please drop us a note to help improve the system] url: https://github.com/0day-ci/linux/commits/Andy-Lutomirski/platform-x86-wmi-bmof-New-driver-to-expose-embedded-Binary-WMI-MOF-metadata/20170607-062854 base: git://git.infradead.org/users/dvhart/linux-platform-drivers-x86.git for-next config: x86_64-acpi-redef (attached as .config) compiler: gcc-6 (Debian 6.2.0-3) 6.2.0 20160901 reproduce: # save the attached .config to linux build tree make ARCH=x86_64 All errors (new ones prefixed by >>): >> drivers/platform//x86/wmi-bmof.c:28:23: fatal error: linux/wmi.h: No such file or directory #include <linux/wmi.h> ^ compilation terminated. vim +28 drivers/platform//x86/wmi-bmof.c 12 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 13 * GNU General Public License for more details. 14 */ 15 16 #define pr_fmt(fmt) KBUILD_MODNAME ": " fmt 17 18 #include <linux/kernel.h> 19 #include <linux/module.h> 20 #include <linux/init.h> 21 #include <linux/slab.h> 22 #include <linux/types.h> 23 #include <linux/input.h> 24 #include <linux/input/sparse-keymap.h> 25 #include <linux/acpi.h> 26 #include <linux/string.h> 27 #include <linux/dmi.h> > 28 #include <linux/wmi.h> 29 #include <acpi/video.h> 30 31 #define WMI_BMOF_GUID "05901221-D566-11D1-B2F0-00A0C9062910" 32 MODULE_ALIAS("wmi:" WMI_BMOF_GUID); 33 34 struct bmof_priv { 35 union acpi_object *bmofdata; 36 struct bin_attribute bmof_bin_attr; --- 0-DAY kernel test infrastructure Open Source Technology Center https://lists.01.org/pipermail/kbuild-all Intel Corporation
Attachment:
.config.gz
Description: application/gzip