speedtch usb_atm.c,1.7,1.8

David Woodhouse dwmw2 at infradead.org
Wed Oct 6 22:05:24 EDT 2004


Update of /home/cvs/speedtch
In directory phoenix.infradead.org:/tmp/cvs-serv7904

Modified Files:
	usb_atm.c 
Log Message:
make it unloadable

Index: usb_atm.c
===================================================================
RCS file: /home/cvs/speedtch/usb_atm.c,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- usb_atm.c	7 Oct 2004 02:02:38 -0000	1.7
+++ usb_atm.c	7 Oct 2004 02:05:21 -0000	1.8
@@ -1166,7 +1166,12 @@
 	return 0;
 }
 
+static void __exit udsl_usb_exit(void)
+{
+}
+
 module_init(udsl_usb_init);
+module_exit(udsl_usb_exit);
 
 MODULE_AUTHOR(DRIVER_AUTHOR);
 MODULE_DESCRIPTION(DRIVER_DESC);




More information about the Usbatm-commits mailing list