On Fri, 2005-03-04 at 17:52 -0800, Dominick - wrote: > I have run into problem with symbol_get(). > This function is GPL-exported and not available to > non-GPL modules. My module is non-GPL. But the weird > part is that symbol_put() is generic (or non-GPL) > > So is there anything I can do to work around this? you can fix the license of your module; most likely it needs to be GPL anyway... (for example when you wrote the module for linux only) -- Kernelnewbies: Help each other learn about the Linux kernel. Archive: http://mail.nl.linux.org/kernelnewbies/ FAQ: http://kernelnewbies.org/faq/