unresolved symbol queue_task !

unreal ROOT! (root@888.nu)
Sat, 31 Mar 2001 21:55:47 -0800


Hello sirs ;

A part of my source is like this :
static struct tq_struct Task = { /* Some inits */ };
queue_task(&Task,&tq_timer);
With the line #include <linux/tqueue.h>

When ever I compile my source as a module ,insmod tells me
"Unresolved symbole queue_task" .It seems that I have problem with
__inline__ functions .
How sholud I write my source ... What's the problem with inline
functions ?
Regards
ica
>8{
_____________________________________________
Get Your Free Email from http://www.888.nu/
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/