[PATCH 5/5]: usb-serial: Add module version information.

From: Luiz Fernando N. Capitulino
Date: Mon Sep 27 2004 - 12:56:28 EST



Add module version information for drivers/usb/serial/usb-serial.c.

(against 2.6.9-rc2-mm4).

Signed-off-by: Luiz Capitulino <lcapitulino@xxxxxxxxxxxxxxxx>

drivers/usb/serial/usb-serial.c | 1 +
1 files changed, 1 insertion(+)


diff -X /home/lcapitulino/kernels/2.6/dontdiff -Nparu a/drivers/usb/serial/usb-serial.c a~/drivers/usb/serial/usb-serial.c
--- a/drivers/usb/serial/usb-serial.c 2004-09-26 13:57:20.000000000 -0300
+++ a~/drivers/usb/serial/usb-serial.c 2004-09-26 13:57:48.000000000 -0300
@@ -1371,6 +1371,7 @@ EXPORT_SYMBOL(usb_serial_port_softint);
/* Module information */
MODULE_AUTHOR( DRIVER_AUTHOR );
MODULE_DESCRIPTION( DRIVER_DESC );
+MODULE_VERSION( DRIVER_VERSION );
MODULE_LICENSE("GPL");

module_param(debug, bool, S_IRUGO | S_IWUSR);
-
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/