diff options
author | Mark Brown <broonie@linaro.org> | 2013-07-04 19:30:01 +0200 |
---|---|---|
committer | Mark Brown <broonie@linaro.org> | 2013-07-04 19:30:01 +0200 |
commit | 986a622df307644af14618bee54c901aa74816da (patch) | |
tree | 6da87812b9120634381e3e3987e115f90bd562e0 /sound/soc/pxa/zylonite.c | |
parent | Linux 3.10 (diff) | |
parent | ASoC: imx-sgtl5000: return E_PROBE_DEFER if ssi/codec not found (diff) | |
download | linux-986a622df307644af14618bee54c901aa74816da.tar.xz linux-986a622df307644af14618bee54c901aa74816da.zip |
Merge remote-tracking branch 'asoc/fix/fsl' into asoc-linus
Diffstat (limited to 'sound/soc/pxa/zylonite.c')
-rw-r--r-- | sound/soc/pxa/zylonite.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sound/soc/pxa/zylonite.c b/sound/soc/pxa/zylonite.c index ceb656695b0f..db8aadf8932d 100644 --- a/sound/soc/pxa/zylonite.c +++ b/sound/soc/pxa/zylonite.c @@ -256,7 +256,6 @@ static struct snd_soc_card zylonite = { .resume_pre = &zylonite_resume_pre, .dai_link = zylonite_dai, .num_links = ARRAY_SIZE(zylonite_dai), - .owner = THIS_MODULE, }; static struct platform_device *zylonite_snd_ac97_device; |