Results 1 to 1 of 1
Hi,
I am trying to insert a module using "insmod" and i get this:
test: no version for "struct_module" found: kernel tainted.
test: module license 'unspecified' taints kernel.
i am ...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 08-04-2008 #1Just Joined!
- Join Date
- Dec 2007
- Posts
- 29
taints kernel????
Hi,
I am trying to insert a module using "insmod" and i get this:
test: no version for "struct_module" found: kernel tainted.
test: module license 'unspecified' taints kernel.
i am using :
MODULE_LICENSE ("GPL");
or
MODULE_LICENSE ("Dual BSD/GPL");
but i still get the error. How can i get rid of them ? coz the module it is not working at all in this case.
(the module contains 3 files. test.c test.h file1.c file1.h file2.c file2.h). do i need to put the MODULE_LICENSE for each file?!
Thanks


Reply With Quote
