summaryrefslogtreecommitdiff
path: root/arch/sparc/include/uapi/asm/Kbuild
diff options
context:
space:
mode:
authorSam Ravnborg <sam@ravnborg.org>2013-03-30 15:44:24 +0400
committerDavid S. Miller <davem@davemloft.net>2013-04-01 03:29:12 +0400
commit6e51f857303d02770d5f3ff8f0436487168d0230 (patch)
treeba43b85f045495e2d5485e75c11c1222779cb37c /arch/sparc/include/uapi/asm/Kbuild
parenta2d34dd41212032c03e77bc30c2023725def841a (diff)
downloadlinux-6e51f857303d02770d5f3ff8f0436487168d0230.tar.xz
bbc_i2c: fix section mismatch warning
Fix following warning: WARNING: drivers/sbus/char/bbc.o(.text+0x674): Section mismatch in reference from the function bbc_i2c_probe() to the function .init.text:T.463() The function bbc_i2c_probe() references the function __init T.463(). This is often because bbc_i2c_probe lacks a __init annotation or the annotation of T.463 is wrong. bbc_i2c_probe() referenced the inlined attach_one_i2c(). As probe may be called after init drop __init annotations on all functions used by bbc_i2c_probe() The warning was seen with a sparc64 defconfig build Signed-off-by: Sam Ravnborg <sam@ravnborg.org> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'arch/sparc/include/uapi/asm/Kbuild')
0 files changed, 0 insertions, 0 deletions