]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
ASoC: rockchip: drop owner assignment from platform_drivers
authorWolfram Sang <wsa@the-dreams.de>
Mon, 20 Oct 2014 14:22:12 +0000 (16:22 +0200)
committerWolfram Sang <wsa@the-dreams.de>
Mon, 20 Oct 2014 14:22:12 +0000 (16:22 +0200)
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>
sound/soc/rockchip/rockchip_i2s.c

index f373e37f83050a246c2d35fbed008db7cdd0b5a5..5f63cbfeb879117c978b95fb2b533419373b9604 100644 (file)
@@ -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,
        },