hi, you check in grep 'your_module_name' /proc/ksyms and check wheather your exported symbol is listed there and take care while declaring extern data_structure_type data_structure_name in another module, if any problem regarding exported versioning symbols then check rubini's linux device drievr book chapter 11 EXPORTING VERSIONED SYMBOLS paragraph see this can help you Thanks Prasanna --- aksingh@hss.hns.com wrote: > > > > > Hi, > > one of modules used a varaible > dev_netloop[MAX_NET_DEVICE], I want to > use this variable in another module I have can i do > it using the macro > EXPORT_SYMBOL(dev_netloop) in the first module. Even > when i do this, my > second module doesnt compile it says, undeclared > identifier ! > Any clues ? > > thanks > Amit > > > -- > Kernelnewbies: Help each other learn about the Linux > kernel. > Archive: > http://mail.nl.linux.org/kernelnewbies/ > FAQ: http://kernelnewbies.org/faq/ > > > -- > Kernelnewbies: Help each other learn about the Linux > kernel. > Archive: > http://mail.nl.linux.org/kernelnewbies/ > FAQ: http://kernelnewbies.org/faq/ > __________________________________ Do you Yahoo!? Friends. Fun. Try the all-new Yahoo! Messenger. http://messenger.yahoo.com/ -- Kernelnewbies: Help each other learn about the Linux kernel. Archive: http://mail.nl.linux.org/kernelnewbies/ FAQ: http://kernelnewbies.org/faq/