aboutsummaryrefslogtreecommitdiffstats
path: root/net/unix/af_unix.c
diff options
context:
space:
mode:
authorJason Liu <[email protected]>2015-11-11 09:20:49 +0000
committerVinod Koul <[email protected]>2015-11-16 03:44:25 +0000
commit29f493dafa6113d28763e9efb853e6972b41ade5 (patch)
treeb17779dbb9b1e8f13ccf973c0abb868f9aad0e25 /net/unix/af_unix.c
parentdmaengine: edma: predecence bug in GET_NUM_QDMACH() (diff)
downloadkernel-29f493dafa6113d28763e9efb853e6972b41ade5.tar.gz
kernel-29f493dafa6113d28763e9efb853e6972b41ade5.zip
dmaengine: imx-sdma: remove __init annotation on sdma_event_remap
The sdma_probe function will call sdma_event_remap, but sdma_event_remap marked with the __init annotation which make the kbuild complains as the following log: WARNING: drivers/dma/built-in.o(.text+0x56fc): Section mismatch in reference from the function sdma_probe() to the function .init.text:sdma_event_remap() The function sdma_probe() references the function __init sdma_event_remap(). This is often because sdma_probe lacks a __init annotation or the annotation of sdma_event_remap is wrong. Remove the __init annotation on sdma_event_remap to kill this build warning Signed-off-by: Jason Liu <[email protected]> Acked-by: Arnd Bergmann <[email protected]> Signed-off-by: Vinod Koul <[email protected]>
Diffstat (limited to 'net/unix/af_unix.c')
0 files changed, 0 insertions, 0 deletions