Re: [PATCH] ACPI: Fix build failure when CONFIG_NLS is set to 'n'

2019-01-03 Thread Rafael J. Wysocki
On Sun, Dec 30, 2018 at 9:40 PM Sinan Kaya wrote: > > Observing link failure as follows when CONFIG_ACPI is set but > both CONFIG_NLS and CONFIG_PCI are unset. > > drivers/acpi/device_sysfs.o: In function `description_show': > device_sysfs.c:(.text+0x48a): undefined reference to `utf16s_to_utf8s'

[PATCH] ACPI: Fix build failure when CONFIG_NLS is set to 'n'

2018-12-30 Thread Sinan Kaya
Observing link failure as follows when CONFIG_ACPI is set but both CONFIG_NLS and CONFIG_PCI are unset. drivers/acpi/device_sysfs.o: In function `description_show': device_sysfs.c:(.text+0x48a): undefined reference to `utf16s_to_utf8s' This issue has been previously fxed by 'commit 8a226e00eeed (