staging: media: omap4iss: drop owner assignment from platform_drivers
authorWolfram Sang <wsa@the-dreams.de>
Mon, 20 Oct 2014 14:21:40 +0000 (16:21 +0200)
committerWolfram Sang <wsa@the-dreams.de>
Mon, 20 Oct 2014 14:21:40 +0000 (16:21 +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/staging/media/omap4iss/iss.c

index d548371db65adc1ccc944f6a71794f973c3227c6..96b14b326e09539a6e894c56fc1f1baa02ec26e2 100644 (file)
@@ -1476,7 +1476,6 @@ static struct platform_driver iss_driver = {
        .remove         = iss_remove,
        .id_table       = omap4iss_id_table,
        .driver = {
-               .owner  = THIS_MODULE,
                .name   = "omap4iss",
        },
 };