From: Mauro Carvalho Chehab Date: Mon, 19 Mar 2012 16:32:37 +0000 (-0300) Subject: [media] radio-sf16fmr2: fix session mismatches X-Git-Tag: v3.4-rc1~110^2^2~86 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f074ff92b5b26f3a559fab1203c36e140ea8d067;p=pandora-kernel.git [media] radio-sf16fmr2: fix session mismatches WARNING: drivers/media/radio/built-in.o(.data+0x284): Section mismatch in reference from the variable fmr2_driver to the function .init.text:fmr2_probe() The variable fmr2_driver references the function __init fmr2_probe() If the reference is valid then annotate the variable with __init* or __refdata (see linux/init.h) or name the variable: *_template, *_timer, *_sht, *_ops, *_probe, *_probe_one, *_console WARNING: drivers/media/built-in.o(.data+0x48200): Section mismatch in reference from the variable fmr2_driver to the function .init.text:fmr2_probe() The variable fmr2_driver references the function __init fmr2_probe() If the reference is valid then annotate the variable with __init* or __refdata (see linux/init.h) or name the variable: *_template, *_timer, *_sht, *_ops, *_probe, *_probe_one, *_console Cc: Hans Verkuil Cc: Ondrej Zary Signed-off-by: Mauro Carvalho Chehab --- Reading git-diff-tree failed