From: Pradeep Tewani Date: Thu, 20 Jul 2017 06:10:55 +0000 (+0530) Subject: ASoC: Intel: board: Remove .owner initialization in bxt_rt298 driver X-Git-Tag: v4.14-rc4~21^2~23^2~17^2~51 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=0e46ccd5bc12ab28da9d2f514492aeead65f8332;p=platform%2Fkernel%2Flinux-rpi.git 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 Acked-By: Vinod Koul Signed-off-by: Mark Brown --- diff --git a/sound/soc/intel/boards/bxt_rt298.c b/sound/soc/intel/boards/bxt_rt298.c index 0c3a3cb..1daf98e 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,