summaryrefslogtreecommitdiffstats
path: root/sound/soc/au1x/psc-i2s.c
diff options
context:
space:
mode:
authorWolfram Sang <wsa@the-dreams.de>2014-10-20 16:22:04 +0200
committerWolfram Sang <wsa@the-dreams.de>2014-10-20 16:22:04 +0200
commit68db31fc045041a56c9bdbe2e2365eb255b8ec91 (patch)
treef5541df6ebbb3d4a6b9595ba00196c1c2450301b /sound/soc/au1x/psc-i2s.c
parentc9845a84be87e04e0d360c1e4bc48a0e953b1eb2 (diff)
downloadlinux-68db31fc045041a56c9bdbe2e2365eb255b8ec91.tar.bz2
ASoC: au1x: 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>
Diffstat (limited to 'sound/soc/au1x/psc-i2s.c')
-rw-r--r--sound/soc/au1x/psc-i2s.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/sound/soc/au1x/psc-i2s.c b/sound/soc/au1x/psc-i2s.c
index 814beffc56f2..e742ef668496 100644
--- a/sound/soc/au1x/psc-i2s.c
+++ b/sound/soc/au1x/psc-i2s.c
@@ -419,7 +419,6 @@ static struct dev_pm_ops au1xpsci2s_pmops = {
static struct platform_driver au1xpsc_i2s_driver = {
.driver = {
.name = "au1xpsc_i2s",
- .owner = THIS_MODULE,
.pm = AU1XPSCI2S_PMOPS,
},
.probe = au1xpsc_i2s_drvprobe,