diff options
author | Wolfram Sang <wsa@the-dreams.de> | 2014-10-20 16:22:12 +0200 |
---|---|---|
committer | Wolfram Sang <wsa@the-dreams.de> | 2014-10-20 16:22:12 +0200 |
commit | d20114fd74f728fea26aa213a5e5fc436f2d3e57 (patch) | |
tree | 0efa086c0bdccb7cce076a87dfdf60970f2b2b07 /sound | |
parent | 08d30ecc67ee1ef222ee1b92b342b9ce51d29a39 (diff) | |
download | linux-stable-d20114fd74f728fea26aa213a5e5fc436f2d3e57.tar.gz linux-stable-d20114fd74f728fea26aa213a5e5fc436f2d3e57.tar.bz2 linux-stable-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.c | 1 |
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, }, |