Commit e0a5ec79 authored by Mika Laitio's avatar Mika Laitio Committed by Tony Lindgren

[PATCH] Fix init warning in tsc2101 alsa driver

Fix init warning in tsc2101 alsa driver. WARNING:
sound/arm/omap/snd-omap-alsa-tsc2101.o - Section mismatch: reference to
.init.text: from .data between '' (at offset 0x6c) and
'tsc2101_snd_omap_alsa_capture'
Signed-off-by: default avatarMika Laitio <lamikr@cc.jyu.fi>
Signed-off-by: default avatarTony Lindgren <tony@atomide.com>
parent afcc81d7
......@@ -381,7 +381,7 @@ int tsc2101_get_default_samplerate(void)
return DEFAULT_SAMPLE_RATE;
}
static int __init snd_omap_alsa_tsc2101_probe(struct platform_device *pdev)
static int __devinit snd_omap_alsa_tsc2101_probe(struct platform_device *pdev)
{
int ret;
struct omap_alsa_codec_config *codec_cfg;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment