From: Wolfram Sang <wsa@the-dreams.de>
Date: Mon, 20 Oct 2014 14:22:07 +0000 (+0200)
Subject: ASoC: dwc: drop owner assignment from platform_drivers
X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=27cbfa122acb489bd7aec42867a3c65264c62a41;p=GitHub%2Fexynos8895%2Fandroid_kernel_samsung_universal8895.git

ASoC: dwc: 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>
---

diff --git a/sound/soc/dwc/designware_i2s.c b/sound/soc/dwc/designware_i2s.c
index e961388e6e9c..103b34e58ffa 100644
--- a/sound/soc/dwc/designware_i2s.c
+++ b/sound/soc/dwc/designware_i2s.c
@@ -449,7 +449,6 @@ static struct platform_driver dw_i2s_driver = {
 	.remove		= dw_i2s_remove,
 	.driver		= {
 		.name	= "designware-i2s",
-		.owner	= THIS_MODULE,
 	},
 };