Linux ACPI
 help / color / mirror / Atom feed
* [PATCH] ACPI: Remove unused #define ACPI_PROCESSOR_FILE_POWER
@ 2010-10-01  8:54 Thomas Renninger
  2010-10-01 19:48 ` Len Brown
  0 siblings, 1 reply; 2+ messages in thread
From: Thomas Renninger @ 2010-10-01  8:54 UTC (permalink / raw)
  To: lenb; +Cc: Thomas Renninger, Zhang Rui, Len Brown, linux-acpi

Looks like a left over from /proc/acpi/processor/*/power which got removed

Signed-off-by: Thomas Renninger <trenn@suse.de>
CC: Zhang Rui <rui.zhang@intel.com>
CC: Len Brown <len.brown@intel.com>
CC: <linux-acpi@vger.kernel.org>
---
 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 f4428e8..175c89a 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 */
-- 
1.6.3


^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2010-10-01 19:48 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-10-01  8:54 [PATCH] ACPI: Remove unused #define ACPI_PROCESSOR_FILE_POWER Thomas Renninger
2010-10-01 19:48 ` Len Brown

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox