Hi,

There's a small problem in the latest backport that doesn't allow the
usb-serial driver to work as a module in 2.2.15

Here's the fix for it.

The _real_ fix will be for me to fix the Makefile, which I hope to get
to this weekend.

Thanks,

greg k-h
greg@(kroah|wirex).com
diff -Naur -X dontdiff linux-2.2.15/drivers/usb/serial/omninet.c 
linux-2.2.15-greg/drivers/usb/serial/omninet.c
--- linux-2.2.15/drivers/usb/serial/omninet.c   Fri May 19 10:14:23 2000
+++ linux-2.2.15-greg/drivers/usb/serial/omninet.c      Sat May 20 09:31:44 2000
@@ -10,6 +10,8 @@
  *
  */
 
+#define __NO_VERSION__
+
 #include <linux/config.h>
 
 #ifdef CONFIG_USB_SERIAL_OMNINET
diff -Naur -X dontdiff linux-2.2.15/drivers/usb/serial/usbserial.c 
linux-2.2.15-greg/drivers/usb/serial/usbserial.c
--- linux-2.2.15/drivers/usb/serial/usbserial.c Fri May 19 10:14:23 2000
+++ linux-2.2.15-greg/drivers/usb/serial/usbserial.c    Sat May 20 09:32:01 2000
@@ -194,7 +194,6 @@
  * 
  */
 
-#define __NO_VERSION__
 
 #include <linux/config.h>
 #include <linux/kernel.h>

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to