Re: [PATCH] ACPI: add stub acpi_create_platform_device() for !CONFIG_ACPI

2021-01-07 Thread Rafael J. Wysocki
On Thu, Dec 31, 2020 at 12:36 PM Shawn Guo wrote: > > It adds a stub acpi_create_platform_device() for !CONFIG_ACPI build, so > that caller doesn't have to deal with !CONFIG_ACPI build issue. > > Reported-by: kernel test robot > Signed-off-by: Shawn Guo > --- > This fixes an build issue reported

[PATCH] ACPI: add stub acpi_create_platform_device() for !CONFIG_ACPI

2020-12-31 Thread Shawn Guo
It adds a stub acpi_create_platform_device() for !CONFIG_ACPI build, so that caller doesn't have to deal with !CONFIG_ACPI build issue. Reported-by: kernel test robot Signed-off-by: Shawn Guo --- This fixes an build issue reported by kernel test robot as below. https://lore.kernel.org/linux-arm