aboutsummaryrefslogtreecommitdiffstats
path: root/sound
diff options
context:
space:
mode:
authorWolfram Sang <wsa@the-dreams.de>2014-10-20 16:22:12 +0200
committerWolfram Sang <wsa@the-dreams.de>2014-10-20 16:22:12 +0200
commitd20114fd74f728fea26aa213a5e5fc436f2d3e57 (patch)
tree0efa086c0bdccb7cce076a87dfdf60970f2b2b07 /sound
parentASoC: pxa: drop owner assignment from platform_drivers (diff)
downloadlinux-dev-d20114fd74f728fea26aa213a5e5fc436f2d3e57.tar.xz
linux-dev-d20114fd74f728fea26aa213a5e5fc436f2d3e57.zip
ASoC: rockchip: 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')
-rw-r--r--sound/soc/rockchip/rockchip_i2s.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/sound/soc/rockchip/rockchip_i2s.c b/sound/soc/rockchip/rockchip_i2s.c
index f373e37f8305..5f63cbfeb879 100644
--- a/sound/soc/rockchip/rockchip_i2s.c
+++ b/sound/soc/rockchip/rockchip_i2s.c
@@ -526,7 +526,6 @@ static struct platform_driver rockchip_i2s_driver = {
.remove = rockchip_i2s_remove,
.driver = {
.name = DRV_NAME,
- .owner = THIS_MODULE,
.of_match_table = of_match_ptr(rockchip_i2s_match),
.pm = &rockchip_i2s_pm_ops,
},