# 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 greg@kroah.com 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 "); MODULE_DESCRIPTION("USB-MIDI driver"); -#if LINUX_VERSION_CODE >= KERNEL_VERSION(2,4,14) MODULE_LICENSE("GPL"); -#endif /* ------------------------------------------------------------------------- */