This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

mt7601Usta: module license 'unspecified' taints kernel

Hi,everyone. I am working on a usb  wifi module using linux kernel 2.6.37.,based on platform DM368. When I insert the wifi driver module, the following error occur:

mt7601Usta: module license 'unspecified' taints kernel.

I search the question in Google, it says the reason is that there is no MODULE_LICENSE("GPL") in the module.

 But  actually there is this declraration in the code.

And if i compile on my pc, the modules can be loaded successfully. So I doubt the problem is caused by the kernel.

Can anyone help me ? Thank you!