[PATCH] Mwave MODULE_LICENSE etc.

Thomas Hood (jdthood@home.dhs.org)
Sat, 29 Sep 2001 22:55:17 -0400 (EDT)


(Sorry if this is a repeat mail. MTA probs.)
Here's a patch to add the MODULE_ stuff to the
Mwave driver. // Thomas

--- linux-2.4.9-ac16/drivers/char/mwave/mwavedd.c Fri Sep 28 22:24:14 2001
+++ linux-2.4.9-ac16-fix/drivers/char/mwave/mwavedd.c Sat Sep 29 21:49:28 2001
@@ -71,6 +71,10 @@
#define __exit
#endif

+MODULE_DESCRIPTION("3780i Advanced Communications Processor (Mwave) driver");
+MODULE_AUTHOR("Mike Sullivan and Paul Schroeder");
+MODULE_LICENSE("GPL");
+
#if LINUX_VERSION_CODE >= KERNEL_VERSION(2,4,0)
static int mwave_get_info(char *buf, char **start, off_t offset, int len);
#else
-
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/