]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/commitdiff
ASoC: dwc: drop owner assignment from platform_drivers
authorWolfram Sang <wsa@the-dreams.de>
Mon, 20 Oct 2014 14:22:07 +0000 (16:22 +0200)
committerWolfram Sang <wsa@the-dreams.de>
Mon, 20 Oct 2014 14:22:07 +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/dwc/designware_i2s.c

index e961388e6e9c07ce3b5b7249d464538e5d418ea0..103b34e58ffa2eea4f3e9cbed2baeb4680422cb4 100644 (file)
@@ -449,7 +449,6 @@ static struct platform_driver dw_i2s_driver = {
        .remove         = dw_i2s_remove,
        .driver         = {
                .name   = "designware-i2s",
-               .owner  = THIS_MODULE,
        },
 };