Browse Source

ASoC: txx9: drop owner assignment from platform_drivers

A 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>
Wolfram Sang 10 years ago
parent
commit
1cfc291a30
3 changed files with 0 additions and 3 deletions
  1. 0 1
      sound/soc/txx9/txx9aclc-ac97.c
  2. 0 1
      sound/soc/txx9/txx9aclc-generic.c
  3. 0 1
      sound/soc/txx9/txx9aclc.c

+ 0 - 1
sound/soc/txx9/txx9aclc-ac97.c

@@ -224,7 +224,6 @@ static struct platform_driver txx9aclc_ac97_driver = {
 	.remove		= txx9aclc_ac97_dev_remove,
 	.driver		= {
 		.name	= "txx9aclc-ac97",
-		.owner	= THIS_MODULE,
 	},
 };
 

+ 0 - 1
sound/soc/txx9/txx9aclc-generic.c

@@ -66,7 +66,6 @@ static struct platform_driver txx9aclc_generic_driver = {
 	.remove = __exit_p(txx9aclc_generic_remove),
 	.driver = {
 		.name = "txx9aclc-generic",
-		.owner = THIS_MODULE,
 	},
 };
 

+ 0 - 1
sound/soc/txx9/txx9aclc.c

@@ -429,7 +429,6 @@ static int txx9aclc_soc_platform_remove(struct platform_device *pdev)
 static struct platform_driver txx9aclc_pcm_driver = {
 	.driver = {
 			.name = "txx9aclc-pcm-audio",
-			.owner = THIS_MODULE,
 	},
 
 	.probe = txx9aclc_soc_platform_probe,