]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
ACPI / idle: remove unused definition
authorDaniel Lezcano <daniel.lezcano@linaro.org>
Mon, 4 Feb 2013 22:44:40 +0000 (22:44 +0000)
committerLen Brown <len.brown@intel.com>
Fri, 8 Feb 2013 23:44:51 +0000 (18:44 -0500)
The different definitions are not used anywhere in the code.

Signed-off-by: Daniel Lezcano <daniel.lezcano@linaro.org>
Signed-off-by: Len Brown <len.brown@intel.com>
drivers/acpi/processor_idle.c

index ed9a1cc690be5fa8cd3844394128216350904a7e..5cb5f247d2bed696f76890570ce93ce83f2e5f32 100644 (file)
 #define ACPI_PROCESSOR_CLASS            "processor"
 #define _COMPONENT              ACPI_PROCESSOR_COMPONENT
 ACPI_MODULE_NAME("processor_idle");
-#define PM_TIMER_TICK_NS               (1000000000ULL/PM_TIMER_FREQUENCY)
-#define C2_OVERHEAD                    1       /* 1us */
-#define C3_OVERHEAD                    1       /* 1us */
-#define PM_TIMER_TICKS_TO_US(p)                (((p) * 1000)/(PM_TIMER_FREQUENCY/1000))
 
 static unsigned int max_cstate __read_mostly = ACPI_PROCESSOR_MAX_POWER;
 module_param(max_cstate, uint, 0000);