hi all, i have two modules in which hook.c exports two data structure 1. struct FIF0 first={-1,&first}; basically the first element of my FIFO, 2. count (common to both modules) the idea is if my first gets exported to second module i can access the whole FIFO using first pointer, everything seems to working, but i have to load the first module and then the dependent module , if i used instead resuest_module(first_module) from second one it will dump an error unresolved symbol first unresolved symbol count, moreover sometimes it will suddenly gives error in normal case that first is unresolved strangly plz let me know __________________________________ Do you Yahoo!? Win a $20,000 Career Makeover at Yahoo! HotJobs http://hotjobs.sweepstakes.yahoo.com/careermakeover -- Kernelnewbies: Help each other learn about the Linux kernel. Archive: http://mail.nl.linux.org/kernelnewbies/ FAQ: http://kernelnewbies.org/faq/