Explorar o código

drivers/s390/net/ctcmain.c: fix build bug

SET_MODULE_OWNER() is obsolete.

Signed-off-by: Ingo Molnar <mingo@elte.hu>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Ingo Molnar %!s(int64=18) %!d(string=hai) anos
pai
achega
799b37b5ee
Modificáronse 1 ficheiros con 0 adicións e 1 borrados
  1. 0 1
      drivers/s390/net/ctcmain.c

+ 0 - 1
drivers/s390/net/ctcmain.c

@@ -2802,7 +2802,6 @@ void ctc_init_netdevice(struct net_device * dev)
 	dev->type = ARPHRD_SLIP;
 	dev->tx_queue_len = 100;
 	dev->flags = IFF_POINTOPOINT | IFF_NOARP;
-	SET_MODULE_OWNER(dev);
 }