patch-2.3.19 linux/init/main.c
Next file: linux/net/ipx/Config.in
Previous file: linux/include/pcmcia/mem_op.h
Back to the patch index
Back to the overall index
-  Lines: 18
-  Date:
Sat Oct  2 07:49:30 1999
-  Orig file: 
v2.3.18/linux/init/main.c
-  Orig date: 
Tue Sep  7 12:14:07 1999
diff -u --recursive --new-file v2.3.18/linux/init/main.c linux/init/main.c
@@ -84,7 +84,7 @@
 extern void sysctl_init(void);
 extern void filescache_init(void);
 extern void signals_init(void);
-extern int pcmcia_init(void);
+extern int init_pcmcia_ds(void);
 
 extern void free_initmem(void);
 extern void filesystem_setup(void);
@@ -659,7 +659,7 @@
 	irda_device_init(); /* Must be done after protocol initialization */
 #endif
 #ifdef CONFIG_PCMCIA
-	pcmcia_init();		/* Do this last */
+	init_pcmcia_ds();		/* Do this last */
 #endif
 	/* Mount the root filesystem.. */
 	mount_root();
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)