On Fri, Jun 28, 2002 at 10:04:53AM +0000, Felipe W Damasio wrote: > "John F Davis" <johndavi@us.ibm.com> wrote: > JFD> I have this same problem with a driver I wrote. What exactly is the > JFD> problem and how to resolve it? > > At the beginning of your code: > > MODULE_LICENSE ("GPL"); > > And the kernel will not be tainted when your module is loaded. Hi, without wanting to become religious: Make sure that you indeed want to and are allowed to distribute that module under the GPL license terms when you want to make it publicly available, because it will be a violation of the GPL otherwise. Greetings, Dietmar -- "It runs like _x, where _x is something unsavory" -- Prof. Romas Aleliunas, CS 435 -- Kernelnewbies: Help each other learn about the Linux kernel. Archive: http://mail.nl.linux.org/kernelnewbies/ FAQ: http://kernelnewbies.org/faq/