Messages in this thread |  | | Date | Tue, 16 Oct 2001 18:07:57 +0100 | From | John Levon <> | Subject | Re: GPLONLY kernel symbols??? |
| |
On Tue, Oct 16, 2001 at 09:27:55AM -0700, Christoph Lameter wrote:
> /lib/modules/2.4.11/kernel/drivers/block/loop.o: Note: modules without a > GPL compatible license cannot use GPLONLY_ symbols > > What is THAT?
A symbol that may only be referenced by GPL code.
The solution here is to add MODULE_LICENSE("GPL") into loop.c (probably) or upgrade (assuming it's fixed later).
regards john
p.s. upgrade anyway, 2.4.11 is a bad idea ...
-- "I hear you have four hundred and eighty six PCs for sale ?" - Some Fool - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
|  |