From: Fabio Estevam Date: Wed, 7 Mar 2012 18:19:57 +0000 (-0300) Subject: ASoC: imx: imx-audmux: Fix section mismatch X-Git-Tag: v3.4-rc1~88^2^2~20 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fb97624ad61f734837998b316cc4eb1cf899900f;p=pandora-kernel.git ASoC: imx: imx-audmux: Fix section mismatch Fix the following section mismatch warning: WARNING: vmlinux.o(.data+0x35be8): Section mismatch in reference from the variable imx_audmux_driver to the function .init.text:imx_audmux_probe() The variable imx_audmux_driver references the function __init imx_audmux_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 Signed-off-by: Fabio Estevam Signed-off-by: Mark Brown --- Reading git-diff-tree failed