netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 2.5.69++] fixup for latest netdev change.
       [not found]   ` <20030519.232133.45877480.davem@redhat.com>
@ 2003-05-20 18:23     ` Stephen Hemminger
  2003-05-21  2:01       ` David S. Miller
  0 siblings, 1 reply; 2+ messages in thread
From: Stephen Hemminger @ 2003-05-20 18:23 UTC (permalink / raw)
  To: David S. Miller; +Cc: netdev

One driver was setting owner directly, so won't build now.
This should fix it.

diff -urNp -X dontdiff linux-2.5/drivers/net/ns83820.c linux-2.5-sysfs/drivers/net/ns83820.c
--- linux-2.5/drivers/net/ns83820.c	2003-04-24 16:02:05.000000000 -0700
+++ linux-2.5-sysfs/drivers/net/ns83820.c	2003-05-20 11:15:01.000000000 -0700
@@ -1788,7 +1788,7 @@ static int __devinit ns83820_init_one(st
 
 	dev->ee.cache = &dev->MEAR_cache;
 	dev->ee.lock = &dev->misc_lock;
-	dev->net_dev.owner = THIS_MODULE;
+	SET_MODULE_OWNER(dev->net_dev);
 	dev->net_dev.priv = dev;
 
 	INIT_WORK(&dev->tq_refill, queue_refill, dev);

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [PATCH 2.5.69++] fixup for latest netdev change.
  2003-05-20 18:23     ` [PATCH 2.5.69++] fixup for latest netdev change Stephen Hemminger
@ 2003-05-21  2:01       ` David S. Miller
  0 siblings, 0 replies; 2+ messages in thread
From: David S. Miller @ 2003-05-21  2:01 UTC (permalink / raw)
  To: shemminger; +Cc: netdev

   From: Stephen Hemminger <shemminger@osdl.org>
   Date: Tue, 20 May 2003 11:23:55 -0700

   One driver was setting owner directly, so won't build now.
   This should fix it.

Applied, thanks.

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2003-05-21  2:01 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <20030519.212814.26529040.davem@redhat.com>
     [not found] ` <20030520050238.D5BEF2C208@lists.samba.org>
     [not found]   ` <20030519.232133.45877480.davem@redhat.com>
2003-05-20 18:23     ` [PATCH 2.5.69++] fixup for latest netdev change Stephen Hemminger
2003-05-21  2:01       ` David S. Miller

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).