aboutsummaryrefslogtreecommitdiff
path: root/include/linux/debugobjects.h
diff options
context:
space:
mode:
authorAlberto Panizzo <[email protected]>2010-11-01 18:00:03 +0100
committerUwe Kleine-König <[email protected]>2010-11-17 10:01:29 +0100
commitc194daad0e0de94ed5e03aa723eb56b4a3ae9738 (patch)
treeb86d489aa32f59b0c5aa00be18553cae6759268f /include/linux/debugobjects.h
parentbf182bcc6e726cce2f02b699bd0fba787734554f (diff)
ARM: mx3/mach-pcm037_eet: Fix section mismatch for eet_init_devices()
This function should be marked as __init because it is used only in the init phase. This fix the compiler warning: LD arch/arm/mach-mx3/built-in.o WARNING: arch/arm/mach-mx3/built-in.o(.text+0x1328): Section mismatch in reference from the function eet_init_devices() to the (unknown reference) .init.rodata:(unknown) The function eet_init_devices() references the (unknown reference) __initconst (unknown). This is often because eet_init_devices lacks a __initconst annotation or the annotation of (unknown) is wrong. Signed-off-by: Alberto Panizzo <[email protected]> Signed-off-by: Uwe Kleine-König <[email protected]>
Diffstat (limited to 'include/linux/debugobjects.h')
0 files changed, 0 insertions, 0 deletions