PATCH: drivers/net/ncr885e.c

From: Bernd Kischnick (kisch@mindless.com)
Date: Sun May 14 2000 - 19:01:35 EST


Hi all,
this patch for 2.3.99-pre8 fixes a compilation error.
- Bernd

diff -ru linux/drivers/net/ncr885e.c my/linux/drivers/net/ncr885e.c
--- linux/drivers/net/ncr885e.c Fri Mar 3 07:46:07 2000
+++ my/linux/drivers/net/ncr885e.c Sun May 14 02:31:12 2000
@@ -1393,13 +1393,7 @@
 
 #endif /* NCR885E_DEBUG_MII */
 
-int
-init_module(void)
-{
- return ncr885e_probe();
-}
-
-static void __exit cleanup_module(void)
+static void __exit ncr885e_cleanup(void)
 {
         struct ncr885e_private *np;
 

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.rutgers.edu
Please read the FAQ at http://www.tux.org/lkml/



This archive was generated by hypermail 2b29 : Mon May 15 2000 - 21:00:25 EST