diff options
| author | Thomas Renninger <[email protected]> | 2010-10-01 08:54:53 +0000 |
|---|---|---|
| committer | Len Brown <[email protected]> | 2010-10-01 19:35:53 +0000 |
| commit | eaeca2e9a7dbd8f05a8a47e66e3e1de105426f0b (patch) | |
| tree | cd25efc3862c44bb7662f8704fae673980d12164 /drivers/acpi/processor_idle.c | |
| parent | Linux 2.6.36-rc6 (diff) | |
| download | kernel-eaeca2e9a7dbd8f05a8a47e66e3e1de105426f0b.tar.gz kernel-eaeca2e9a7dbd8f05a8a47e66e3e1de105426f0b.zip | |
ACPI: Remove unused #define ACPI_PROCESSOR_FILE_POWER
Looks like a left over from /proc/acpi/processor/*/power which got removed
Signed-off-by: Thomas Renninger <[email protected]>
Signed-off-by: Len Brown <[email protected]>
Diffstat (limited to 'drivers/acpi/processor_idle.c')
| -rw-r--r-- | drivers/acpi/processor_idle.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/acpi/processor_idle.c b/drivers/acpi/processor_idle.c index f4428e82b352..175c89a5ca90 100644 --- a/drivers/acpi/processor_idle.c +++ b/drivers/acpi/processor_idle.c @@ -64,7 +64,6 @@ #define ACPI_PROCESSOR_CLASS "processor" #define _COMPONENT ACPI_PROCESSOR_COMPONENT ACPI_MODULE_NAME("processor_idle"); -#define ACPI_PROCESSOR_FILE_POWER "power" #define PM_TIMER_TICK_NS (1000000000ULL/PM_TIMER_FREQUENCY) #define C2_OVERHEAD 1 /* 1us */ #define C3_OVERHEAD 1 /* 1us */ |
