diff options
author | Pradeep Tewani <pradeep.d.tewani@intel.com> | 2017-07-20 11:40:55 +0530 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2017-07-20 12:20:26 +0100 |
commit | 0e46ccd5bc12ab28da9d2f514492aeead65f8332 (patch) | |
tree | cb8fe93567e6251695982abda4d668757da5b4dc | |
parent | c115a3178b1dfacd57b643934bb6bbbd1a9557f0 (diff) | |
download | linux-stable-0e46ccd5bc12ab28da9d2f514492aeead65f8332.tar.gz linux-stable-0e46ccd5bc12ab28da9d2f514492aeead65f8332.tar.bz2 linux-stable-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.c | 1 |
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, |