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:
ff1e33b
)
coresight: Fixing wrong #ifdef/#endif placement
author
Mathieu Poirier
<mathieu.poirier@linaro.org>
Fri, 9 Jan 2015 23:57:20 +0000
(16:57 -0700)
committer
Greg Kroah-Hartman
<gregkh@linuxfoundation.org>
Mon, 12 Jan 2015 13:04:13 +0000
(
05:04
-0800)
Fixing problem reported by:
https://lkml.org/lkml/2015/1/6/86
The #ifdef/#endif is wrong and prevents the stub of function
of_get_coresight_platform_data() from being visible when
CONFIG_OF is not defined.
Moving CONFIG_OF condition out of CONFIG_CORESIGHT, making
them both independent.
Signed-off-by: Mathieu Poirier <mathieu.poirier@linaro.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
include/linux/coresight.h
patch
|
blob
|
history
diff --cc
include/linux/coresight.h
Simple merge