Mailing List archive

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

[linux-dvb] Re: dvb-kernel frontend experimental patch v2



On Tuesday 09 March 2004 12:30, Johannes Stezenbach wrote:
> Andrew de Quincey wrote:
> > Hi, this new version of the patch has all the previous features as well
> > as:
> >
> > * Removed unnecessary second tune from stv0299.c
> > * Fix non-PHILIPS_SU1278_TSA_TT cards in stv0299.c
> > * Removed the FE_RESET/FE_POLL stuff; no longer needed.
> > * Andreas Share's ves1x93 improvements (which is why FE_RESET/FE_POLL can
> > go)
>
>   dvb-kernel/build-2.6/ves1x93.c: In function `ves1x93_clr_bit':
>   dvb-kernel/build-2.6/ves1x93.c:250: warning: implicit declaration of
> function `dvb_delay'
>
> and later:
>
>   ves1x93: Unknown symbol dvb_delay
>
> --- ves1x93.c.orig	2004-03-09 13:30:22.000000000 +0100
> +++ ves1x93.c	2004-03-09 13:16:12.000000000 +0100
> @@ -30,6 +30,7 @@
>  #include <linux/slab.h>
>
>  #include "dvb_frontend.h"
> +#include "dvb_functions.h"
>
>  static int debug = 0;
>  #define dprintk	if (debug) printk

Thanks, included. 

VERY weird though. It compiles on mine without dvb_functions.h being imported 
somehow!


-- 
Info:
To unsubscribe send a mail to ecartis@linuxtv.org with "unsubscribe linux-dvb" as subject.



Home | Main Index | Thread Index