# This is a BitKeeper generated patch for the following project:
# Project Name: Linux kernel tree
# This patch format is intended for GNU patch command version 2.5 or higher.
# This patch includes the following deltas:
#                  ChangeSet    1.520   -> 1.521  
#       drivers/usb/class/usb-midi.c    1.2     -> 1.3    
#
# The following is the BitKeeper ChangeSet Log
# --------------------------------------------
# 02/06/18      [EMAIL PROTECTED]  1.521
# USB usb-midi driver: remove check for kernel version, as it's not needed.
# --------------------------------------------
#
diff -Nru a/drivers/usb/class/usb-midi.c b/drivers/usb/class/usb-midi.c
--- a/drivers/usb/class/usb-midi.c      Tue Jun 18 17:01:53 2002
+++ b/drivers/usb/class/usb-midi.c      Tue Jun 18 17:01:53 2002
@@ -106,9 +106,7 @@
 
 MODULE_AUTHOR("NAGANO Daisuke <[EMAIL PROTECTED]>");
 MODULE_DESCRIPTION("USB-MIDI driver");
-#if LINUX_VERSION_CODE  >= KERNEL_VERSION(2,4,14)
 MODULE_LICENSE("GPL");
-#endif
 
 /* ------------------------------------------------------------------------- */
 

----------------------------------------------------------------------------
                   Bringing you mounds of caffeinated joy
                   >>>     http://thinkgeek.com/sf    <<<

_______________________________________________
[EMAIL PROTECTED]
To unsubscribe, use the last form field at:
https://lists.sourceforge.net/lists/listinfo/linux-usb-devel

Reply via email to