Linux Headquarters
[ Register ]
[ About us ] [ Home Page ]

Advertisement
[ Kernel ] [ Documentation ] [ Links ] [ Books ]

Advertisement

Kernel v2.4.6 /init/main.c

Filename:/init/main.c
Lines Added:2
Lines Deleted:1
Also changed in: (Previous) 2.4.6-pre9  2.4.6-pre8  2.4.6-pre7  2.4.6-pre6  2.4.6-pre5  2.4.6-pre4 
(Following) 2.4.6-ac1  2.4.6-ac2  2.4.6-ac3  2.4.6-ac4  2.4.6-ac5  2.4.7-pre2 

Location
[  2.4.6
  [  init
     o  main.c

Patch

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


Comments: webmaster (at) linuxhq.com.
Advertising: banners (at) linuxhq.com.
Compilation ©1998-2008 Linux Headquarters, Inc.