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
- Lines: 21
- Date:
Mon Aug 30 13:43:59 1999
- Orig file:
v2.3.15/linux/init/main.c
- Orig date:
Sun Aug 15 11:50:35 1999
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)