Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 799b37b5 authored by Ingo Molnar's avatar Ingo Molnar Committed by Linus Torvalds
Browse files

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



SET_MODULE_OWNER() is obsolete.

Signed-off-by: default avatarIngo Molnar <mingo@elte.hu>
Signed-off-by: default avatarLinus Torvalds <torvalds@linux-foundation.org>
parent 09b56adc
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -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);
}