patch-2.3.16 linux/init/main.c

Next file: linux/ipc/msg.c
Previous file: linux/include/video/sbusfb.h
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.3.15/linux/init/main.c linux/init/main.c
@@ -88,9 +88,7 @@
 extern void free_initmem(void);
 extern void filesystem_setup(void);
 
-#ifdef CONFIG_ARCH_ACORN
 extern void ecard_init(void);
-#endif
 
 #if defined(CONFIG_SYSVIPC)
 extern void ipc_init(void);
@@ -655,6 +653,10 @@
 
 	/* .. filesystems .. */
 	filesystem_setup();
+
+#ifdef CONFIG_IRDA
+	irda_device_init(); /* Must be done after protocol initialization */
+#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)