Re: [build failure] Re: Linux 2.6.24-rc4 on S390x

!MAILaRCHIVE_VOTE_RePLACE
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
To: Kamalesh Babulal <kamalesh@...>
Cc: Linus Torvalds <torvalds@...>, Linux Kernel Mailing List <linux-kernel@...>, <ptiedem@...>, <braunu@...>, <jeff@...>, <linux-s390@...>, Andy Whitcroft <apw@...>, Balbir Singh <balbir@...>, Andrew Morton <akpm@...>
Date: Tuesday, December 4, 2007 - 6:32 am

* Kamalesh Babulal <kamalesh@linux.vnet.ibm.com> wrote:


the patch below should fix this.

	Ingo

------------>
Subject: drivers/s390/net/ctcmain.c: fix build bug
From: Ingo Molnar <mingo@elte.hu>

SET_MODULE_OWNER() is obsolete.

Signed-off-by: Ingo Molnar <mingo@elte.hu>
---
 drivers/s390/net/ctcmain.c |    1 -
 1 file changed, 1 deletion(-)

Index: linux/drivers/s390/net/ctcmain.c
===================================================================
--- linux.orig/drivers/s390/net/ctcmain.c
+++ linux/drivers/s390/net/ctcmain.c
@@ -2802,7 +2802,6 @@ void ctc_init_netdevice(struct net_devic
 	dev->type = ARPHRD_SLIP;
 	dev->tx_queue_len = 100;
 	dev->flags = IFF_POINTOPOINT | IFF_NOARP;
-	SET_MODULE_OWNER(dev);
 }
 
 
--
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
Linux 2.6.24-rc4, Linus Torvalds, (Tue Dec 4, 1:08 am)
Re: Linux 2.6.24-rc4, Diego Calleja, (Tue Dec 4, 8:23 pm)
[local DoS] Re: Linux 2.6.24-rc4, Luiz Fernando N. Capitulino..., (Tue Dec 4, 10:07 am)
Re: [local DoS] Re: Linux 2.6.24-rc4, Linus Torvalds, (Tue Dec 4, 11:56 am)
Re: [local DoS] Re: Linux 2.6.24-rc4, Ingo Molnar, (Tue Dec 4, 12:00 pm)
[git pull] scheduler fixes, Ingo Molnar, (Tue Dec 4, 12:18 pm)
Re: [git pull] scheduler fixes, Greg KH, (Tue Dec 4, 2:28 pm)
Re: [git pull] scheduler fixes, Luiz Fernando N. Capitulino..., (Tue Dec 4, 2:41 pm)
Re: [git pull] scheduler fixes, Ingo Molnar, (Tue Dec 4, 5:04 pm)
Re: [git pull] scheduler fixes, Luiz Fernando N. Capitulino..., (Tue Dec 4, 12:40 pm)
Re: [local DoS] Re: Linux 2.6.24-rc4, Luiz Fernando N. Capitulino..., (Tue Dec 4, 12:04 pm)
Re: [local DoS] Re: Linux 2.6.24-rc4, Ingo Molnar, (Tue Dec 4, 12:08 pm)
Re: Linux 2.6.24-rc4, Nicolas Pitre, (Tue Dec 4, 9:22 am)
Re: Linux 2.6.24-rc4, Jeff Garzik, (Tue Dec 4, 12:04 pm)
[build failure] Re: Linux 2.6.24-rc4 on S390x, Kamalesh Babulal, (Tue Dec 4, 6:23 am)
Re: [build failure] Re: Linux 2.6.24-rc4 on S390x, Ingo Molnar, (Tue Dec 4, 6:32 am)
Re: [build failure] Re: Linux 2.6.24-rc4 on S390x, Martin Schwidefsky, (Tue Dec 4, 6:31 am)