Hi Heikki, [auto build test ERROR on pm/linux-next] [also build test ERROR on v4.8-rc3 next-20160822] [if your patch is applied to the wrong git tree, please drop us a note to help improve the system] [Suggest to use git(>=2.9.0) format-patch --base=<commit> (or --base=auto for convenience) to record what (public, well-known) commit your patch series was built on] [Check https://git-scm.com/docs/git-format-patch for more information] url: https://github.com/0day-ci/linux/commits/Heikki-Krogerus/ACPI-APD-Provide-build-in-properties-of-the-UART/20160822-222543 base: https://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm.git linux-next config: x86_64-randconfig-x016-201634 (attached as .config) compiler: gcc-6 (Debian 6.1.1-9) 6.1.1 20160705 reproduce: # save the attached .config to linux build tree make ARCH=x86_64 All errors (new ones prefixed by >>): drivers/acpi/acpi_apd.c: In function 'acpi_apd_setup': >> drivers/acpi/acpi_apd.c:71:11: error: 'struct apd_private_data' has no member named 'properties' if (pdata->properties) ^~ drivers/acpi/acpi_apd.c:73:16: error: 'struct apd_private_data' has no member named 'properties' pdata->properties); ^~ vim +71 drivers/acpi/acpi_apd.c 65 dev_name(&pdata->adev->dev), 66 NULL, 0, dev_desc->fixed_clk_rate); 67 clk_register_clkdev(clk, NULL, dev_name(&pdata->adev->dev)); 68 pdata->clk = clk; 69 } 70 > 71 if (pdata->properties) 72 return device_add_properties(&pdata->adev->dev, 73 pdata->properties); 74 return 0; --- 0-DAY kernel test infrastructure Open Source Technology Center https://lists.01.org/pipermail/kbuild-all Intel Corporation
Attachment:
.config.gz
Description: Binary data