aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/util/scripting-engines/trace-event-perl.c
diff options
context:
space:
mode:
authorJingoo Han <[email protected]>2014-11-06 10:10:09 +0900
committerVinod Koul <[email protected]>2014-11-17 13:50:35 +0530
commit19bfc7726506b48620106b0bb4d32eb37cbcb355 (patch)
tree52ef2818e49b852bf482dce765719b729aa9fe9b /tools/perf/util/scripting-engines/trace-event-perl.c
parentcee42392f5f0482d5cc71635a9c57b4ccdadb886 (diff)
dma: imx-sdma: remove incorrect __init annotation from sdma_init()
When platform_driver_probe() is not used, sdma_probe() can be called by bind/unbind via sysfs. In addition, sdma_init() can be called by sdma_probe(). Thus, __init annotation should be removed from sdma_init(), Also, this patch fixes section mismatch warning. WARNING: drivers/dma/built-in.o(.text+0xd6e4): Section mismatch in reference from the function sdma_probe() to the function .init.text:sdma_init() The function sdma_probe() references the function __init sdma_init(). This is often because sdma_probe lacks a __init annotation or the annotation of sdma_init is wrong. Signed-off-by: Jingoo Han <[email protected]> Signed-off-by: Vinod Koul <[email protected]>
Diffstat (limited to 'tools/perf/util/scripting-engines/trace-event-perl.c')
0 files changed, 0 insertions, 0 deletions