| Kernel v2.4.6 /init/main.c |
|---|
 2.4.6
 init
 main.c
diff -u --recursive --new-file v2.4.5/linux/init/main.c linux/init/main.c
--- v2.4.5/linux/init/main.c Tue May 22 09:35:42 2001
+++ linux/init/main.c Wed Jun 20 11:10:27 2001
@@ -62,7 +62,8 @@
#endif
#ifdef CONFIG_IRDA
-#include <net/irda/irda_device.h>
+extern int irda_proto_init(void);
+extern int irda_device_init(void);
#endif
#ifdef CONFIG_X86_IO_APIC
|