git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6f86ab9
)
linux/kernel.h: Remove duplicate trace_printk declaration
author
Michal Hocko
<mhocko@suse.cz>
Thu, 25 Oct 2012 13:41:51 +0000
(15:41 +0200)
committer
Steven Rostedt
<rostedt@goodmis.org>
Wed, 31 Oct 2012 20:46:37 +0000
(16:46 -0400)
!CONFIG_TRACING both declares and defines (empty) trace_printk.
The first one is not redundant so it can be removed.
Link:
http://lkml.kernel.org/r/1351172511-18125-1-git-send-email-mhocko@suse.cz
Signed-off-by: Michal Hocko <mhocko@suse.cz>
Signed-off-by: Steven Rostedt <rostedt@goodmis.org>
No differences found