Mailing List archive

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

[vdr] Re: SuSE 8.0: Problems with make insmod



On Sunday 14 April 2002 09:31, Norbert Schmidt wrote:
> Hi list,
>
> I tried to update from SuSE 7.3 to 8.0 yesterday. Everything
> concerning VDR (driver, lirc, vdr) compiles fine (IMO).
>
> If I try an "make insmod" for the driver I get the following
> result. Any ideas ??

It's a missing include in saa7146_core.c.

--- ./saa7146_core.c.orig       Sun Apr 14 12:13:49 2002
+++ ./saa7146_core.c    Sun Apr 14 12:15:02 2002
@@ -30,6 +30,7 @@
 #endif
 #include <asm/io.h>            /* for accessing the pci-device */
 #include <linux/vmalloc.h>     /* for module-version */
+#include <linux/highmem.h>

 #include "saa7146_defs.h"
 #include "saa7146_core.h"

Have fun

   Andreas




Home | Main Index | Thread Index