All of lore.kernel.org
 help / color / mirror / Atom feed
* [TRIVIAL FIX]: 2.5.53 missing "include <linux/version.h>"
@ 2002-12-24 14:10 Patrick McHardy
  0 siblings, 0 replies; only message in thread
From: Patrick McHardy @ 2002-12-24 14:10 UTC (permalink / raw)
  To: jt; +Cc: linux-kernel

[-- Attachment #1: Type: TEXT/PLAIN, Size: 173 bytes --]

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

[-- Attachment #2: Type: TEXT/PLAIN, Size: 380 bytes --]

--- 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 */

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2002-12-24 14:02 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2002-12-24 14:10 [TRIVIAL FIX]: 2.5.53 missing "include <linux/version.h>" Patrick McHardy

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.