public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] via-rhine for 2.5.5
@ 2002-02-21  9:59 Stephane Casset
  2002-02-21 10:18 ` Jeff Garzik
  0 siblings, 1 reply; 2+ messages in thread
From: Stephane Casset @ 2002-02-21  9:59 UTC (permalink / raw)
  To: Jeff Garzik; +Cc: linux-kernel


Hi,

It seems that the following patch is necessary for via-rhine to compile.

--- drivers/net/via-rhine.c.orig	Thu Feb 21 10:49:54 2002
+++ drivers/net/via-rhine.c	Thu Feb 21 10:55:39 2002
@@ -1754,7 +1754,7 @@
 	name:		"via-rhine",
 	id_table:	via_rhine_pci_tbl,
 	probe:		via_rhine_init_one,
-	remove:		via_rhine_remove_one,
+	remove:		__devexit_p(via_rhine_remove_one),
 };
 
 
@@ -1768,7 +1768,7 @@
 }
 
 
-static void __exit via_rhine_cleanup (void)
+static void __devexit via_rhine_cleanup (void)
 {
 	pci_unregister_driver (&via_rhine_driver);
 }


Regards
-- 
Stéphane Casset           LOGIDÉE sàrl          Se faire plaisir d'apprendre
3, quai Kléber, Tour Sébastopol   Tel : +33 388 23 69 77  casset@logidee.com
F-67080 STRASBOURG Cedex 3        Fax : +33 388 23 70 00  http://logidee.com

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

end of thread, other threads:[~2002-02-21 10:18 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2002-02-21  9:59 [PATCH] via-rhine for 2.5.5 Stephane Casset
2002-02-21 10:18 ` Jeff Garzik

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox