aboutsummaryrefslogtreecommitdiff
path: root/sound/soc/intel/boards/bxt_rt298.c
diff options
context:
space:
mode:
authorGravatar Pradeep Tewani <pradeep.d.tewani@intel.com> 2017-07-20 11:40:55 +0530
committerGravatar Mark Brown <broonie@kernel.org> 2017-07-20 12:20:26 +0100
commit0e46ccd5bc12ab28da9d2f514492aeead65f8332 (patch)
treecb8fe93567e6251695982abda4d668757da5b4dc /sound/soc/intel/boards/bxt_rt298.c
parentASoC: Intel: Atom: constify snd_soc_dai_ops structures (diff)
downloadlinux-0e46ccd5bc12ab28da9d2f514492aeead65f8332.tar.gz
linux-0e46ccd5bc12ab28da9d2f514492aeead65f8332.tar.bz2
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>
Diffstat (limited to 'sound/soc/intel/boards/bxt_rt298.c')
-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,