diff options
Diffstat (limited to 'drivers/acpi/thermal.c')
-rw-r--r-- | drivers/acpi/thermal.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/drivers/acpi/thermal.c b/drivers/acpi/thermal.c index c34a89d34560..f50a405d0134 100644 --- a/drivers/acpi/thermal.c +++ b/drivers/acpi/thermal.c | |||
@@ -46,7 +46,6 @@ | |||
46 | 46 | ||
47 | #define ACPI_THERMAL_COMPONENT 0x04000000 | 47 | #define ACPI_THERMAL_COMPONENT 0x04000000 |
48 | #define ACPI_THERMAL_CLASS "thermal_zone" | 48 | #define ACPI_THERMAL_CLASS "thermal_zone" |
49 | #define ACPI_THERMAL_DRIVER_NAME "ACPI Thermal Zone Driver" | ||
50 | #define ACPI_THERMAL_DEVICE_NAME "Thermal Zone" | 49 | #define ACPI_THERMAL_DEVICE_NAME "Thermal Zone" |
51 | #define ACPI_THERMAL_FILE_STATE "state" | 50 | #define ACPI_THERMAL_FILE_STATE "state" |
52 | #define ACPI_THERMAL_FILE_TEMPERATURE "temperature" | 51 | #define ACPI_THERMAL_FILE_TEMPERATURE "temperature" |
@@ -73,7 +72,7 @@ | |||
73 | ACPI_MODULE_NAME("thermal"); | 72 | ACPI_MODULE_NAME("thermal"); |
74 | 73 | ||
75 | MODULE_AUTHOR("Paul Diefenbaugh"); | 74 | MODULE_AUTHOR("Paul Diefenbaugh"); |
76 | MODULE_DESCRIPTION(ACPI_THERMAL_DRIVER_NAME); | 75 | MODULE_DESCRIPTION("ACPI Thermal Zone Driver"); |
77 | MODULE_LICENSE("GPL"); | 76 | MODULE_LICENSE("GPL"); |
78 | 77 | ||
79 | static int tzp; | 78 | static int tzp; |