ASoC: Intel: board: Remove .owner initialization in bxt_rt298 driver
authorPradeep Tewani <pradeep.d.tewani@intel.com>
Thu, 20 Jul 2017 06:10:55 +0000 (11:40 +0530)
committerMark Brown <broonie@kernel.org>
Thu, 20 Jul 2017 11:20:26 +0000 (12:20 +0100)
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>
sound/soc/intel/boards/bxt_rt298.c

index 0c3a3cb..1daf98e 100644 (file)
@@ -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,