aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--drivers/acpi/thermal.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/acpi/thermal.c b/drivers/acpi/thermal.c
index 1bcecc7dd2ca..766bd25d3376 100644
--- a/drivers/acpi/thermal.c
+++ b/drivers/acpi/thermal.c
@@ -1710,7 +1710,6 @@ static int acpi_thermal_resume(struct acpi_device *device)
1710 return AE_OK; 1710 return AE_OK;
1711} 1711}
1712 1712
1713#ifdef CONFIG_DMI
1714static int thermal_act(const struct dmi_system_id *d) { 1713static int thermal_act(const struct dmi_system_id *d) {
1715 1714
1716 if (act == 0) { 1715 if (act == 0) {
@@ -1785,7 +1784,6 @@ static struct dmi_system_id thermal_dmi_table[] __initdata = {
1785 }, 1784 },
1786 {} 1785 {}
1787}; 1786};
1788#endif /* CONFIG_DMI */
1789 1787
1790static int __init acpi_thermal_init(void) 1788static int __init acpi_thermal_init(void)
1791{ 1789{