<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;"># 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   -&gt; 1.659  
#	drivers/usb/storage/usb.h	1.8     -&gt; 1.9    
#
# The following is the BitKeeper ChangeSet Log
# --------------------------------------------
# 02/05/23	greg@kroah.com	1.659
# USB storage #include fixup
# 
# addition of #include &lt;linux/version.h&gt; due to removal from &lt;linux/usb.h&gt;
# --------------------------------------------
#
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 &lt;linux/blk.h&gt;
 #include &lt;linux/smp_lock.h&gt;
 #include &lt;linux/completion.h&gt;
+#include &lt;linux/version.h&gt;
 #include "scsi.h"
 #include "hosts.h"
 
</pre></body></html>