1
0
Fork 0

mfd: kempld-core: Fix unused variable 'kempld_acpi_table' when !ACPI

drivers/mfd/kempld-core.c:556:36: warning: unused variable 'kempld_acpi_table' [-Wunused-const-variable]

Signed-off-by: Lee Jones <lee.jones@linaro.org>
zero-sugar-mainline-defconfig
Lee Jones 2020-10-02 07:56:18 +01:00
parent 328162a882
commit 6d81dc3c79
1 changed files with 2 additions and 0 deletions

View File

@ -553,11 +553,13 @@ static int kempld_remove(struct platform_device *pdev)
return 0;
}
#ifdef CONFIG_ACPI
static const struct acpi_device_id kempld_acpi_table[] = {
{ "KEM0001", (kernel_ulong_t)&kempld_platform_data_generic },
{}
};
MODULE_DEVICE_TABLE(acpi, kempld_acpi_table);
#endif
static struct platform_driver kempld_driver = {
.driver = {