aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/acpi/sleep
diff options
context:
space:
mode:
authorLin Ming <ming.m.lin@intel.com>2008-12-16 03:51:19 -0500
committerLen Brown <len.brown@intel.com>2008-12-31 01:08:13 -0500
commitc1e3523ccbeca312e11557d2a75f90632a2fb5c7 (patch)
tree1fa4b3b737e40fa7397b897e74236cf56c96f17a /drivers/acpi/sleep
parent95d9a7a828aedef965234f348b916caa98be1e6c (diff)
ACPI: wakeup.c: remove ACPI_FUNCTION_TRACE
ACPI_FUNCTION_TRACE is an internal acpica function. remove ACPI_FUNCTION_TRACE Signed-off-by: Lin Ming <ming.m.lin@intel.com> Signed-off-by: Len Brown <len.brown@intel.com>
Diffstat (limited to 'drivers/acpi/sleep')
-rw-r--r--drivers/acpi/sleep/wakeup.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/drivers/acpi/sleep/wakeup.c b/drivers/acpi/sleep/wakeup.c
index dea4c23df764..db325c28a1fb 100644
--- a/drivers/acpi/sleep/wakeup.c
+++ b/drivers/acpi/sleep/wakeup.c
@@ -28,8 +28,6 @@ void acpi_enable_wakeup_device_prep(u8 sleep_state)
28{ 28{
29 struct list_head *node, *next; 29 struct list_head *node, *next;
30 30
31 ACPI_FUNCTION_TRACE("acpi_enable_wakeup_device_prep");
32
33 spin_lock(&acpi_device_lock); 31 spin_lock(&acpi_device_lock);
34 list_for_each_safe(node, next, &acpi_wakeup_device_list) { 32 list_for_each_safe(node, next, &acpi_wakeup_device_list) {
35 struct acpi_device *dev = container_of(node, 33 struct acpi_device *dev = container_of(node,
@@ -61,7 +59,6 @@ void acpi_enable_wakeup_device(u8 sleep_state)
61 * Caution: this routine must be invoked when interrupt is disabled 59 * Caution: this routine must be invoked when interrupt is disabled
62 * Refer ACPI2.0: P212 60 * Refer ACPI2.0: P212
63 */ 61 */
64 ACPI_FUNCTION_TRACE("acpi_enable_wakeup_device");
65 spin_lock(&acpi_device_lock); 62 spin_lock(&acpi_device_lock);
66 list_for_each_safe(node, next, &acpi_wakeup_device_list) { 63 list_for_each_safe(node, next, &acpi_wakeup_device_list) {
67 struct acpi_device *dev = 64 struct acpi_device *dev =
@@ -103,8 +100,6 @@ void acpi_disable_wakeup_device(u8 sleep_state)
103{ 100{
104 struct list_head *node, *next; 101 struct list_head *node, *next;
105 102
106 ACPI_FUNCTION_TRACE("acpi_disable_wakeup_device");
107
108 spin_lock(&acpi_device_lock); 103 spin_lock(&acpi_device_lock);
109 list_for_each_safe(node, next, &acpi_wakeup_device_list) { 104 list_for_each_safe(node, next, &acpi_wakeup_device_list) {
110 struct acpi_device *dev = 105 struct acpi_device *dev =