lkml.org 
[lkml]   [2002]   [Dec]   [24]   [last100]   RSS Feed
Views: [more markup]   [less markup]   [headers]   [forward]  
 
Messages in this thread
Patch in this message
/
DateTue, 24 Dec 2002 15:10:43 +0100 (MET)
FromPatrick McHardy <>
Subject[TRIVIAL FIX]: 2.5.53 missing "include <linux/version.h>"
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