From mboxrd@z Thu Jan 1 00:00:00 1970 From: greg@kroah.com (Greg KH) Date: Tue, 22 Nov 2011 14:34:28 -0800 Subject: GPL-only symbol Error In-Reply-To: References: <6F5DE7538AFCDA45A114F5E7510424A702D3E3FA@hq-exchange01.bytemobile.com> Message-ID: <20111122223428.GA24568@kroah.com> To: kernelnewbies@lists.kernelnewbies.org List-Id: kernelnewbies.lists.kernelnewbies.org On Tue, Nov 22, 2011 at 02:08:59PM -0800, Sengottuvelan S wrote: > Hi Jeff, > ? > I?have?few symbols with this error especially - sock_recv_timestamp().?Is there > way to refer this or similar API in my module with MODULE_LICENSE is > "Proprietary. How do?I know equavalent non-EXPORT_SYMBOL_GPL? APIs to achieve > similar functionality. There are none, you need to fix the license of your kernel module. You do realize the kernel developer community's stance on non-GPL Linux kernel modules, right? Any reason why your company feels they can go against their wishes? thanks, greg k-h