aboutsummaryrefslogtreecommitdiffstats
path: root/include/trace
diff options
context:
space:
mode:
authorJesper Juhl <jj@chaosbits.net>2012-02-04 17:29:19 -0500
committerJiri Kosina <jkosina@suse.cz>2012-02-05 09:53:02 -0500
commit42481ba29033b3e692fe81e6536fc8f59b40ce07 (patch)
treef9ee3f436e38148d2b5f32a06ba7b3fb3fc11aaa /include/trace
parent241057486646dd42278538218376c79aae2c359f (diff)
Remove incorrect comment from include/trace/events/power.h
The code is not going to be removed, so remove the comment stating that it will be. Signed-off-by: Jesper Juhl <jj@chaosbits.net> Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Diffstat (limited to 'include/trace')
-rw-r--r--include/trace/events/power.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/trace/events/power.h b/include/trace/events/power.h
index b2626999e580..5800eb848827 100644
--- a/include/trace/events/power.h
+++ b/include/trace/events/power.h
@@ -65,7 +65,6 @@ TRACE_EVENT(machine_suspend,
65 TP_printk("state=%lu", (unsigned long)__entry->state) 65 TP_printk("state=%lu", (unsigned long)__entry->state)
66); 66);
67 67
68/* This code will be removed after deprecation time exceeded (3.1) */
69#ifdef CONFIG_EVENT_POWER_TRACING_DEPRECATED 68#ifdef CONFIG_EVENT_POWER_TRACING_DEPRECATED
70 69
71/* 70/*