media: platform: ti-vpe: drop owner assignment from platform_drivers
authorWolfram Sang <wsa@the-dreams.de>
Mon, 20 Oct 2014 14:20:50 +0000 (16:20 +0200)
committerWolfram Sang <wsa@the-dreams.de>
Mon, 20 Oct 2014 14:20:50 +0000 (16:20 +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>
drivers/media/platform/ti-vpe/vpe.c

index 9a081c2911598502fb33e0d500d876a0361fcbc0..d628d1a7cf9e5eca8b8aea7bc0cfcbafed69e45e 100644 (file)
@@ -2376,7 +2376,6 @@ static struct platform_driver vpe_pdrv = {
        .remove         = vpe_remove,
        .driver         = {
                .name   = VPE_MODULE_NAME,
-               .owner  = THIS_MODULE,
                .of_match_table = vpe_of_match,
        },
 };