Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...
[linux-2.6-block.git] / drivers / net / ethernet / marvell / mv643xx_eth.c
index d44560d1d268caae42143b674535db45c2784289..a62fc38f045e1b802730c95484c0b60a340ec1c6 100644 (file)
@@ -2839,7 +2839,6 @@ static struct platform_driver mv643xx_eth_shared_driver = {
        .remove         = mv643xx_eth_shared_remove,
        .driver = {
                .name   = MV643XX_ETH_SHARED_NAME,
-               .owner  = THIS_MODULE,
                .of_match_table = of_match_ptr(mv643xx_eth_shared_ids),
        },
 };
@@ -3188,7 +3187,6 @@ static struct platform_driver mv643xx_eth_driver = {
        .shutdown       = mv643xx_eth_shutdown,
        .driver = {
                .name   = MV643XX_ETH_NAME,
-               .owner  = THIS_MODULE,
        },
 };