patch-2.4.0-test2 linux/drivers/net/wan/cycx_main.c
Next file: linux/drivers/net/wan/lmc/lmc_main.c
Previous file: linux/drivers/net/wan/cosa.c
Back to the patch index
Back to the overall index
- Lines: 35
- Date:
Tue Jun 20 14:14:51 2000
- Orig file:
v2.4.0-test1/linux/drivers/net/wan/cycx_main.c
- Orig date:
Tue Apr 11 15:09:18 2000
diff -u --recursive --new-file v2.4.0-test1/linux/drivers/net/wan/cycx_main.c linux/drivers/net/wan/cycx_main.c
@@ -13,6 +13,7 @@
* as published by the Free Software Foundation; either version
* 2 of the License, or (at your option) any later version.
* ============================================================================
+* 2000/07/06 acme __exit at cyclomx_cleanup
* 2000/04/02 acme dprintk and cycx_debug
* module_init/module_exit
* 2000/01/21 acme rename cyclomx_open to cyclomx_mod_inc_use_count
@@ -59,7 +60,7 @@
/* Defines & Macros */
#define DRV_VERSION 0 /* version number */
-#define DRV_RELEASE 7 /* release (minor version) number */
+#define DRV_RELEASE 8 /* release (minor version) number */
#define MAX_CARDS 1 /* max number of adapters */
#ifndef CONFIG_CYCLOMX_CARDS /* configurable option */
@@ -102,7 +103,7 @@
* < 0 error.
* Context: process
*/
-int __init cyclomx_init (void)
+static int __init cyclomx_init (void)
{
int cnt, err = 0;
@@ -156,7 +157,7 @@
* o unregister all adapters from the WAN router
* o release all remaining system resources
*/
-void cyclomx_cleanup (void)
+static void __exit cyclomx_cleanup (void)
{
int i = 0;
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)