Commit fff28794 authored by Andrew Morton's avatar Andrew Morton Committed by Linus Torvalds

[PATCH] put module license in swim3.c

From: Paul Mackerras <paulus@samba.org>

This patch adds module tags for the swim3 (macintosh floppy) driver.
parent 66a759eb
......@@ -1145,3 +1145,7 @@ static int swim3_add_device(struct device_node *swim)
}
module_init(swim3_init)
MODULE_LICENSE("GPL");
MODULE_AUTHOR("Paul Mackerras");
MODULE_ALIAS_BLOCKDEV_MAJOR(FLOPPY_MAJOR);
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment