Skip to content

Commit

Permalink
ACPI / fan: remove unused macro
Browse files Browse the repository at this point in the history
The _COMPONENT, ACPI_MODULE_NAME(name) and ACPI_FAN_FILE_STATE are not
used anywhere so remove them.

Signed-off-by: Aaron Lu <aaron.lu@intel.com>
Signed-off-by: Zhang Rui <rui.zhang@intel.com>
  • Loading branch information
Aaron Lu authored and Zhang Rui committed Oct 10, 2014
1 parent 0ab1536 commit bd6ad24
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions drivers/acpi/fan.c
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,6 @@
#define PREFIX "ACPI: "

#define ACPI_FAN_CLASS "fan"
#define ACPI_FAN_FILE_STATE "state"

#define _COMPONENT ACPI_FAN_COMPONENT
ACPI_MODULE_NAME("fan");

MODULE_AUTHOR("Paul Diefenbaugh");
MODULE_DESCRIPTION("ACPI Fan Driver");
Expand Down

0 comments on commit bd6ad24

Please sign in to comment.