# 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	greg@kroah.com	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"
 
