Am Freitag, 16. Januar 2004 15:34 schrieb Johannes Stezenbach: > Johannes Stezenbach wrote: > > revision 1.9 > > date: 2003/07/31 18:08:56; author: js; state: Exp; lines: +1 -6 > > - remove udelay()s from alps_bsrv2.c; > > - instead schedule_timeout(1) in dvb_frontend.c after setting > > frontend and before waking up frontend thread > > - do FE_RESET in each iteration of frontend thread if !FE_HAS_LOCK > > > > > > I'm forward porting that change and will commit it soon. > > Comitted. Please test. > > Johannes
I have the error pasted below since cvs update now. Before cvs update all was fine. I know that in the README it is stated that kernels < 2.4.23 wont work, but i dont think that 2.4.22-10mdk is that far from 2.4.23 ;) Steffen ################################### v4l2-common.c: In function `v4l2_prio_init': v4l2-common.c:137: error: dereferencing pointer to incomplete type v4l2-common.c:137: error: dereferencing pointer to incomplete type v4l2-common.c:137: error: dereferencing pointer to incomplete type v4l2-common.c:137: error: dereferencing pointer to incomplete type v4l2-common.c:137: error: dereferencing pointer to incomplete type v4l2-common.c:137: error: dereferencing pointer to incomplete type v4l2-common.c: At top level: v4l2-common.c:142: warning: `enum v4l2_priority' declared inside parameter list v4l2-common.c:142: warning: `struct v4l2_prio_state' declared inside parameter list v4l2-common.c:143: error: parameter `new' has incomplete type v4l2-common.c: In function `v4l2_prio_change': v4l2-common.c:144: error: `V4L2_PRIORITY_BACKGROUND' undeclared (first use in this function) v4l2-common.c:144: error: (Each undeclared identifier is reported only once v4l2-common.c:144: error: for each function it appears in.) v4l2-common.c:144: error: `V4L2_PRIORITY_INTERACTIVE' undeclared (first use in this function) v4l2-common.c:144: error: `V4L2_PRIORITY_RECORD' undeclared (first use in this function) v4l2-common.c:146: error: dereferencing pointer to incomplete type v4l2-common.c:149: error: dereferencing pointer to incomplete type v4l2-common.c:150: error: dereferencing pointer to incomplete type v4l2-common.c:150: error: dereferencing pointer to incomplete type v4l2-common.c:150: error: dereferencing pointer to incomplete type v4l2-common.c:151: error: dereferencing pointer to incomplete type v4l2-common.c:151: error: dereferencing pointer to incomplete type v4l2-common.c:152: error: dereferencing pointer to incomplete type v4l2-common.c: At top level: v4l2-common.c:156: warning: `enum v4l2_priority' declared inside parameter list v4l2-common.c:156: warning: `struct v4l2_prio_state' declared inside parameter list v4l2-common.c: In function `v4l2_prio_open': v4l2-common.c:158: error: `V4L2_PRIORITY_DEFAULT' undeclared (first use in this function) v4l2-common.c:158: warning: passing arg 1 of `v4l2_prio_change' from incompatible pointer type v4l2-common.c: At top level: v4l2-common.c:161: warning: `enum v4l2_priority' declared inside parameter list v4l2-common.c:161: warning: `struct v4l2_prio_state' declared inside parameter list v4l2-common.c: In function `v4l2_prio_close': v4l2-common.c:163: error: dereferencing pointer to incomplete type v4l2-common.c:163: error: `V4L2_PRIORITY_BACKGROUND' undeclared (first use in this function) v4l2-common.c:163: error: dereferencing pointer to incomplete type v4l2-common.c:163: error: `V4L2_PRIORITY_INTERACTIVE' undeclared (first use in this function) v4l2-common.c:163: error: dereferencing pointer to incomplete type v4l2-common.c:163: error: `V4L2_PRIORITY_RECORD' undeclared (first use in this function) v4l2-common.c:164: error: dereferencing pointer to incomplete type v4l2-common.c:164: error: dereferencing pointer to incomplete type v4l2-common.c: At top level: v4l2-common.c:168: warning: `struct v4l2_prio_state' declared inside parameter list v4l2-common.c:169: error: return type is an incomplete type v4l2-common.c: In function `v4l2_prio_max': v4l2-common.c:170: error: dereferencing pointer to incomplete type v4l2-common.c:170: error: `V4L2_PRIORITY_RECORD' undeclared (first use in this function) v4l2-common.c:171: warning: `return' with a value, in function returning void v4l2-common.c:172: error: dereferencing pointer to incomplete type v4l2-common.c:172: error: `V4L2_PRIORITY_INTERACTIVE' undeclared (first use in this function) v4l2-common.c:173: warning: `return' with a value, in function returning void v4l2-common.c:174: error: dereferencing pointer to incomplete type v4l2-common.c:174: error: `V4L2_PRIORITY_BACKGROUND' undeclared (first use in this function) v4l2-common.c:175: warning: `return' with a value, in function returning void v4l2-common.c:176: error: `V4L2_PRIORITY_UNSET' undeclared (first use in this function) v4l2-common.c:176: warning: `return' with a value, in function returning void v4l2-common.c: At top level: v4l2-common.c:179: warning: `struct v4l2_prio_state' declared inside parameter list v4l2-common.c: In function `v4l2_prio_check': v4l2-common.c:181: error: dereferencing pointer to incomplete type v4l2-common.c:181: warning: passing arg 1 of `v4l2_prio_max' from incompatible pointer type v4l2-common.c:181: error: void value not ignored as it ought to be make[2]: *** [v4l2-common.o] Fehler 1 make[2]: Leaving directory `/home/steffen/dvbtreiber/DVB/dvb-kernel/build-2.4' -- Info: To unsubscribe send a mail to [EMAIL PROTECTED] with "unsubscribe linux-dvb" as subject.
