All of lore.kernel.org
 help / color / mirror / Atom feed
* [KJ] [PATCH] Adding MODULE_VERSION()
@ 2006-02-03 21:16 Matthew Martin
  2006-02-04  2:14 ` Nishanth Aravamudan
  2006-02-04  2:55 ` Randy.Dunlap
  0 siblings, 2 replies; 3+ messages in thread
From: Matthew Martin @ 2006-02-03 21:16 UTC (permalink / raw)
  To: kernel-janitors


[-- Attachment #1.1: Type: text/plain, Size: 720 bytes --]

I saw this on the TODO list and thought I'd try it. It said to add
MODULE_VERSION() to modules.  Am I doing this right?

--- /home/matthew/linux-2.6.15.2/drivers/usb/storage/usb.c    2006-02-03
14:31:09.000000000 -0600
+++ /home/matthew/src/linux-2.6.15.2/drivers/usb/storage/usb.c    2006-01-31
00:25:07.000000000 -0600
@@ -95,13 +95,10 @@
 #include "onetouch.h"
 #endif

-#define DRV_VERSION "1.75"
-
 /* Some informational data */
 MODULE_AUTHOR("Matthew Dharm <mdharm-usb@one-eyed-alien.net>");
 MODULE_DESCRIPTION("USB Mass Storage driver for Linux");
 MODULE_LICENSE("GPL");
-MODULE_VERSION(DRV_VERSION);

 static unsigned int delay_use = 5;
 module_param(delay_use, uint, S_IRUGO | S_IWUSR);

[-- Attachment #1.2: Type: text/html, Size: 1101 bytes --]

[-- Attachment #2: Type: text/plain, Size: 168 bytes --]

_______________________________________________
Kernel-janitors mailing list
Kernel-janitors@lists.osdl.org
https://lists.osdl.org/mailman/listinfo/kernel-janitors

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2006-02-04  2:55 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-02-03 21:16 [KJ] [PATCH] Adding MODULE_VERSION() Matthew Martin
2006-02-04  2:14 ` Nishanth Aravamudan
2006-02-04  2:55 ` Randy.Dunlap

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.