summaryrefslogtreecommitdiff
path: root/sound
diff options
context:
space:
mode:
authorLily Zhang <r58066@freescale.com>2011-06-01 12:36:01 +0800
committerAlan Tull <alan.tull@freescale.com>2011-06-03 16:45:35 -0500
commit8d682fefc9c73dccb52c6a973a8d017c2dd693ac (patch)
tree473905286c007e64472c1e0fc89db4354d0e6e0e /sound
parent1532863120de3dba9fea0368353eb607093240ed (diff)
ENGR00144283-2 mxc driver: remove section mismatch warning message
The following warning message is reported when building mx5 image: WARNING: modpost: Found 9 section mismatch(es). To see full details build your kernel with: 'make CONFIG_DEBUG_SECTION_MISMATCH=y' This patch is used to remove the warning message in driver folders. Signed-off-by: Lily Zhang <r58066@freescale.com>
Diffstat (limited to 'sound')
-rw-r--r--sound/soc/codecs/mxc_spdif.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/soc/codecs/mxc_spdif.c b/sound/soc/codecs/mxc_spdif.c
index 7b859ca145ad..205c17052094 100644
--- a/sound/soc/codecs/mxc_spdif.c
+++ b/sound/soc/codecs/mxc_spdif.c
@@ -1169,7 +1169,7 @@ struct snd_soc_codec_device soc_codec_dev_spdif = {
};
EXPORT_SYMBOL_GPL(soc_codec_dev_spdif);
-static int __init mxc_spdif_probe(struct platform_device *pdev)
+static int __devinit mxc_spdif_probe(struct platform_device *pdev)
{
struct mxc_spdif_platform_data *plat_data =
(struct mxc_spdif_platform_data *)pdev->dev.platform_data;