summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPradeep Tewani2017-07-20 08:10:55 +0200
committerMark Brown2017-07-20 13:20:26 +0200
commit0e46ccd5bc12ab28da9d2f514492aeead65f8332 (patch)
treecb8fe93567e6251695982abda4d668757da5b4dc
parentASoC: Intel: Atom: constify snd_soc_dai_ops structures (diff)
downloadkernel-qcow2-linux-0e46ccd5bc12ab28da9d2f514492aeead65f8332.tar.gz
kernel-qcow2-linux-0e46ccd5bc12ab28da9d2f514492aeead65f8332.tar.xz
kernel-qcow2-linux-0e46ccd5bc12ab28da9d2f514492aeead65f8332.zip
ASoC: Intel: board: Remove .owner initialization in bxt_rt298 driver
The .owner field is not required to be initialized in the driver. So, remove it. Signed-off-by: Pradeep Tewani <pradeep.d.tewani@intel.com> Acked-By: Vinod Koul <vinod.koul@intel.com> Signed-off-by: Mark Brown <broonie@kernel.org>
-rw-r--r--sound/soc/intel/boards/bxt_rt298.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/sound/soc/intel/boards/bxt_rt298.c b/sound/soc/intel/boards/bxt_rt298.c
index 0c3a3cbcb884..1daf98ef9d28 100644
--- a/sound/soc/intel/boards/bxt_rt298.c
+++ b/sound/soc/intel/boards/bxt_rt298.c
@@ -492,7 +492,6 @@ static int bxt_card_late_probe(struct snd_soc_card *card)
/* broxton audio machine driver for SPT + RT298S */
static struct snd_soc_card broxton_rt298 = {
.name = "broxton-rt298",
- .owner = THIS_MODULE,
.dai_link = broxton_rt298_dais,
.num_links = ARRAY_SIZE(broxton_rt298_dais),
.controls = broxton_controls,