# 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.658 -> 1.659 # drivers/usb/storage/usb.h 1.8 -> 1.9 # # The following is the BitKeeper ChangeSet Log # -------------------------------------------- # 02/05/23 [EMAIL PROTECTED] 1.659 # USB storage #include fixup # # addition of #include <linux/version.h> due to removal from <linux/usb.h> # -------------------------------------------- # diff -Nru a/drivers/usb/storage/usb.h b/drivers/usb/storage/usb.h --- a/drivers/usb/storage/usb.h Thu May 23 10:13:56 2002 +++ b/drivers/usb/storage/usb.h Thu May 23 10:13:56 2002 @@ -48,6 +48,7 @@ #include <linux/blk.h> #include <linux/smp_lock.h> #include <linux/completion.h> +#include <linux/version.h> #include "scsi.h" #include "hosts.h"
_______________________________________________________________ Don't miss the 2002 Sprint PCS Application Developer's Conference August 25-28 in Las Vegas -- http://devcon.sprintpcs.com/adp/index.cfm _______________________________________________ [EMAIL PROTECTED] To unsubscribe, use the last form field at: https://lists.sourceforge.net/lists/listinfo/linux-usb-devel
