Quoting Gregoire Favre ([EMAIL PROTECTED]):
> Hello,
>
> as I didn't understand how to patch using patch, I done it by hand.
> Unfortunately, under 2.5.5-pre1 (first version including ALSA) I got:
> gcc -D__KERNEL__ -I/usr/src/linux-2.5/include -Wall -Wstrict-prototypes
>-Wno-trigraphs -O2 -fomit-frame-pointer -fno-strict-aliasing -fno-common -pipe
>-mpreferred-stack-boundary=2 -march=i686 -DMODULE -I ../ost/include -I .
>-D__DVB_PACK__ -g -DUSE_OSD -DKBUILD_BASENAME=saa7146_core -DEXPORT_SYMTAB -c
>saa7146_core.c
> In file included from saa7146_core.c:149:
> saa7146.c: In function `i2c_busy_rise_and_fall':
> saa7146.c:1289: structure has no member named `work'
> saa7146.c:1314: structure has no member named `work'
> make[2]: *** [saa7146_core.o] Error 1
> make[2]: Leaving directory `/usr/src/DVB-2.5.5-pre1/driver'
> make[1]: *** [_mod_/usr/src/DVB-2.5.5-pre1/driver] Error 2
> make[1]: Leaving directory `/usr/src/linux-2.5'
> make: *** [here] Error 2
> Exit 2
>
> And I don't understand what I have done false :-((
It seems that these lines only apply to the -dj tree:
> #define SAA7146_RESCHED \
> do { \
> - if (current->need_resched) \
> + if (current->work.need_resched) \
> schedule(); \
> } while (0)
--
Best regards,
Denis Oliver Kropp
.------------------------------------------.
| DirectFB - Hardware accelerated graphics |
| http://www.directfb.org/ |
"------------------------------------------"
convergence integrated media GmbH
--
Info:
To unsubscribe send a mail to [EMAIL PROTECTED] with "unsubscribe linux-dvb" as
subject.