Browse Source

ASoC: samsung: drop owner assignment from platform_drivers

This platform_driver does not need to set an owner, it will be populated by the
driver core.

Signed-off-by: Wolfram Sang <wsa@the-dreams.de>
Signed-off-by: Mark Brown <broonie@kernel.org>
Wolfram Sang 10 years ago
parent
commit
03da09a02d
1 changed files with 0 additions and 1 deletions
  1. 0 1
      sound/soc/samsung/arndale_rt5631.c

+ 0 - 1
sound/soc/samsung/arndale_rt5631.c

@@ -135,7 +135,6 @@ MODULE_DEVICE_TABLE(of, samsung_arndale_rt5631_of_match);
 static struct platform_driver arndale_audio_driver = {
 static struct platform_driver arndale_audio_driver = {
 	.driver = {
 	.driver = {
 		.name   = "arndale-audio",
 		.name   = "arndale-audio",
-		.owner  = THIS_MODULE,
 		.pm = &snd_soc_pm_ops,
 		.pm = &snd_soc_pm_ops,
 		.of_match_table = of_match_ptr(samsung_arndale_rt5631_of_match),
 		.of_match_table = of_match_ptr(samsung_arndale_rt5631_of_match),
 	},
 	},