[NET]: Nuke SET_MODULE_OWNER macro.
[pandora-kernel.git] / drivers / s390 / net / netiucv.c
index 2688894..4d18d64 100644 (file)
@@ -1904,7 +1904,6 @@ static void netiucv_setup_netdevice(struct net_device *dev)
        dev->type                = ARPHRD_SLIP;
        dev->tx_queue_len        = NETIUCV_QUEUELEN_DEFAULT;
        dev->flags               = IFF_POINTOPOINT | IFF_NOARP;
-       SET_MODULE_OWNER(dev);
 }
 
 /**