GPL-only symbol Error
Jeff Haran
jharan at bytemobile.com
Tue Nov 22 16:53:28 EST 2011
From: kernelnewbies-bounces at kernelnewbies.org
[mailto:kernelnewbies-bounces at kernelnewbies.org] On Behalf Of
Sengottuvelan S
Sent: Tuesday, November 22, 2011 1:49 PM
To: Kernel Newbies
Subject: GPL-only symbol Error
Hi All,
Basically, I am developing a kernel module named "xyz.ko" and my
MODULE_LICENSE is "Proprietary". I have got an error "GPL-incompatible
module xyz.ko uses GPL-only symbols".
I am having trouble identifying it. How to avoid this error in during
MODPOST?. Is there any way to avoid this error?
Can you someone throw light on this.
Regards,
S. Sengottuvelan.
Legally, I believe your only option is to change your code to not
reference the EXPORT_SYMBOL_GPL () symbols that it is currently
referencing.
Jeff Haran
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.kernelnewbies.org/pipermail/kernelnewbies/attachments/20111122/fd471df8/attachment-0001.html
More information about the Kernelnewbies
mailing list