diff options
Diffstat (limited to 'drivers/acpi/int340x_thermal.c')
-rw-r--r-- | drivers/acpi/int340x_thermal.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/acpi/int340x_thermal.c b/drivers/acpi/int340x_thermal.c index 9dcf83682e36..6c7c7975f72e 100644 --- a/drivers/acpi/int340x_thermal.c +++ b/drivers/acpi/int340x_thermal.c | |||
@@ -35,7 +35,7 @@ static int int340x_thermal_handler_attach(struct acpi_device *adev, | |||
35 | { | 35 | { |
36 | #if defined(CONFIG_INT340X_THERMAL) || defined(CONFIG_INT340X_THERMAL_MODULE) | 36 | #if defined(CONFIG_INT340X_THERMAL) || defined(CONFIG_INT340X_THERMAL_MODULE) |
37 | acpi_create_platform_device(adev); | 37 | acpi_create_platform_device(adev); |
38 | #elif defined(INTEL_SOC_DTS_THERMAL) || defined(INTEL_SOC_DTS_THERMAL_MODULE) | 38 | #elif defined(CONFIG_INTEL_SOC_DTS_THERMAL) || defined(CONFIG_INTEL_SOC_DTS_THERMAL_MODULE) |
39 | /* Intel SoC DTS thermal driver needs INT3401 to set IRQ descriptor */ | 39 | /* Intel SoC DTS thermal driver needs INT3401 to set IRQ descriptor */ |
40 | if (id->driver_data == INT3401_DEVICE) | 40 | if (id->driver_data == INT3401_DEVICE) |
41 | acpi_create_platform_device(adev); | 41 | acpi_create_platform_device(adev); |