ASoC: bcm: drop owner assignment from platform_drivers
authorWolfram Sang <wsa@the-dreams.de>
Mon, 20 Oct 2014 14:22:04 +0000 (16:22 +0200)
committerWolfram Sang <wsa@the-dreams.de>
Mon, 20 Oct 2014 14:22:04 +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/bcm/bcm2835-i2s.c

index 2685fe4f8427c62fb4cdc0421e1d6d8302fd6543..03fa1cbf8ec1d2f1df3c3a68e63c77421c04f802 100644 (file)
@@ -866,7 +866,6 @@ static struct platform_driver bcm2835_i2s_driver = {
        .probe          = bcm2835_i2s_probe,
        .driver         = {
                .name   = "bcm2835-i2s",
-               .owner  = THIS_MODULE,
                .of_match_table = bcm2835_i2s_of_match,
        },
 };
This page took 0.025788 seconds and 5 git commands to generate.