Commit d83fd8a26769c75d51a6b05d8dcb3e36302dd8ba
Committed by
Linus Torvalds
1 parent
6e10efefaa
Exists in
master
and in
7 other branches
drivers/acpi/thermal.c: fix build with CONFIG_DMI=n
drivers/acpi/thermal.c: In function 'acpi_thermal_init': drivers/acpi/thermal.c:1794: error: 'thermal_dmi_table' undeclared (first use in this function) drivers/acpi/thermal.c:1794: error: (Each undeclared identifier is reported only once drivers/acpi/thermal.c:1794: error: for each function it appears in.) Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Showing 1 changed file with 0 additions and 2 deletions Side-by-side Diff
drivers/acpi/thermal.c
... | ... | @@ -1710,7 +1710,6 @@ |
1710 | 1710 | return AE_OK; |
1711 | 1711 | } |
1712 | 1712 | |
1713 | -#ifdef CONFIG_DMI | |
1714 | 1713 | static int thermal_act(const struct dmi_system_id *d) { |
1715 | 1714 | |
1716 | 1715 | if (act == 0) { |
... | ... | @@ -1785,7 +1784,6 @@ |
1785 | 1784 | }, |
1786 | 1785 | {} |
1787 | 1786 | }; |
1788 | -#endif /* CONFIG_DMI */ | |
1789 | 1787 | |
1790 | 1788 | static int __init acpi_thermal_init(void) |
1791 | 1789 | { |