Commit 60d3369e authored by Jesper Juhl's avatar Jesper Juhl Committed by Jiri Kosina

Fix up version number reference in include/trace/events/power.h

What was originally going to be 2.6.41 became 3.1 .
Signed-off-by: default avatarJesper Juhl <jj@chaosbits.net>
Signed-off-by: default avatarJiri Kosina <jkosina@suse.cz>
parent 61c54d20
...@@ -65,7 +65,7 @@ TRACE_EVENT(machine_suspend, ...@@ -65,7 +65,7 @@ TRACE_EVENT(machine_suspend,
TP_printk("state=%lu", (unsigned long)__entry->state) TP_printk("state=%lu", (unsigned long)__entry->state)
); );
/* This code will be removed after deprecation time exceeded (2.6.41) */ /* This code will be removed after deprecation time exceeded (3.1) */
#ifdef CONFIG_EVENT_POWER_TRACING_DEPRECATED #ifdef CONFIG_EVENT_POWER_TRACING_DEPRECATED
/* /*
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment