![]() | ||||||||||
Messages in this thread Patch in this message |
Hi Jean, the attached patch adds missing include <linux/version.h> to include/net/irda/vlsi_ir.h. If its already fixed, my apologies, otherwise please apply. Bye, Patrick --- linux-2.5.53/include/net/irda/vlsi_ir.h.orig 2002-12-24 14:00:05.000000000 +0100 +++ linux-2.5.53/include/net/irda/vlsi_ir.h 2002-12-24 14:00:23.000000000 +0100 @@ -27,6 +27,8 @@ #ifndef IRDA_VLSI_FIR_H #define IRDA_VLSI_FIR_H +#include <linux/version.h> + #if LINUX_VERSION_CODE < KERNEL_VERSION(2,5,4) #ifdef CONFIG_PROC_FS /* PDE() introduced in 2.5.4 */ | |||||||||
| Last update: 2005-03-22 11:31 [W:0.245 / U:0.570 seconds] ©2003-2008 Jasper Spaans | ||||||||||