diff options
author | Len Brown <len.brown@intel.com> | 2007-02-12 23:50:02 -0500 |
---|---|---|
committer | Len Brown <len.brown@intel.com> | 2007-02-12 23:50:52 -0500 |
commit | 7cda93e008e1a477970adbf82dba81a5d4f0ae40 (patch) | |
tree | 7127b8e20ed4725eb890b5731ca80f2beb585da4 /drivers/acpi/thermal.c | |
parent | c2b6705b75d9c7aff98a4602a32230639e10891c (diff) |
ACPI: delete extra #defines in /drivers/acpi/ drivers
Cosmetic only.
Except in a single case, #define ACPI_*_DRIVER_NAME
were invoked 0 or 1 times.
Signed-off-by: Len Brown <len.brown@intel.com>
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; |