Mailing List archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[linux-dvb] Re: abckport of 2.5 changes



On Thu, Nov 07, 2002 at 08:50:33PM +0100, Holger Waechtler wrote:
> Hi everybody,
> 
> I checked in a backport of all changes which were required to make the 
> driver work with 2.5 versions of the Linux kernel. Please update your 
> source tree, test your software and report problems!

I consider the following patch.  Without this patch this does not work
on systems with highmem patches activated.  With this patch, the
driver works quite fine for me.

Robert

Index: driver/compat.c
===================================================================
RCS file: /cvs/linuxtv/DVB/driver/compat.c,v
retrieving revision 1.1
diff -u -r1.1 compat.c
--- driver/compat.c	7 Nov 2002 19:43:32 -0000	1.1
+++ driver/compat.c	7 Nov 2002 22:26:22 -0000
@@ -1,5 +1,6 @@
 #include <linux/slab.h>
 #include "compat.h"
+#include <linux/highmem.h>
 
 /**
  *  compatibility crap for old kernels. No guarantee for a working driver

-- 
Robert Schiele			Tel.: +49-621-181-2517
Dipl.-Wirtsch.informatiker	mailto:rschiele@uni-mannheim.de

Attachment: pgp00002.pgp
Description: PGP signature


Home | Main Index | Thread Index