[PATCH] put module license in swim3.c

From: Paul Mackerras
Date: Tue May 18 2004 - 23:29:55 EST


This patch adds module tags for the swim3 (macintosh floppy) driver.

Please apply.

Thanks,
Paul.

diff -urN linux-2.5/drivers/block/swim3.c pmac-2.5/drivers/block/swim3.c
--- linux-2.5/drivers/block/swim3.c 2004-02-23 12:05:12.000000000 +1100
+++ pmac-2.5/drivers/block/swim3.c 2004-03-11 17:09:58.000000000 +1100
@@ -1145,3 +1145,7 @@
}

module_init(swim3_init)
+
+MODULE_LICENSE("GPL");
+MODULE_AUTHOR("Paul Mackerras");
+MODULE_ALIAS_BLOCKDEV_MAJOR(FLOPPY_MAJOR);
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/