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 [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/