Re: Linux 2.4.9-ac5

Robert Love (rml@tech9.net)
30 Aug 2001 23:58:11 -0400


On Thu, 2001-08-30 at 20:33, Alan Cox wrote:
> 2.4.9-ac5
> o Add MODULE_LICENSE tagging (me)
> o Add tags in drivers upto and including drivers/char/*

looks like a typo in drivers/block/z2ram.c 's addition of
MODULE_LICENSE. Patch enclosed fixes:

--- linux-2.4.9-ac5/drivers/block/z2ram.c Thu Aug 30 22:52:34 2001
+++ linux/drivers/block/z2ram.c Thu Aug 30 23:52:56 2001
@@ -375,10 +375,10 @@
return 0;
}

-#if defined(MODULE
+#if defined(MODULE)

MODULE_LICENSE("GPL");
-)
+
int
init_module( void )
{

-- 
Robert M. Love
rml at ufl.edu
rml at tech9.net

- 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/