# This is a BitKeeper generated patch for the following project: # Project Name: Linux kernel tree # This patch format is intended for GNU patch command version 2.5 or higher. # This patch includes the following deltas: # ChangeSet 1.976 -> 1.977 # drivers/net/irda/vlsi_ir.c 1.14 -> 1.15 # include/net/irda/vlsi_ir.h 1.6 -> 1.7 # # The following is the BitKeeper ChangeSet Log # -------------------------------------------- # 02/12/29 steven@sbarn.net 1.977 # [PATCH] Add missing include to vlsi_ir.c in place of previous patch. # -------------------------------------------- # diff -Nru a/drivers/net/irda/vlsi_ir.c b/drivers/net/irda/vlsi_ir.c --- a/drivers/net/irda/vlsi_ir.c Sun Dec 29 19:59:26 2002 +++ b/drivers/net/irda/vlsi_ir.c Sun Dec 29 19:59:26 2002 @@ -49,7 +49,7 @@ #include #include #include - +#include #include /********************************************************/ diff -Nru a/include/net/irda/vlsi_ir.h b/include/net/irda/vlsi_ir.h --- a/include/net/irda/vlsi_ir.h Sun Dec 29 19:59:26 2002 +++ b/include/net/irda/vlsi_ir.h Sun Dec 29 19:59:26 2002 @@ -26,7 +26,7 @@ #ifndef IRDA_VLSI_FIR_H #define IRDA_VLSI_FIR_H -#define KERNEL_VERSION + #if LINUX_VERSION_CODE < KERNEL_VERSION(2,5,4) #ifdef CONFIG_PROC_FS /* PDE() introduced in 2.5.4 */