On Sun, Oct 24, 2010 at 7:46 AM, Sekhar Pedamallu <[email protected]>wrote:
> Hi All, > > > In a Kernel module i had exported some functions using EXPORT_SYMBOL > used by other modules. The Kernel compiles fine and i m able to find > the symbols in Module.Symvers. But when i try to insert it gives me as > "Undefined Symbol ". and module does not get inserted. > Not sure whether you copied the Module.Symvers file from the module's directory which exports the symbols to the directory of module which uses those exported symbols. -- Regards, Neependra www.neependra.net
