]> err.no Git - linux-2.6/commitdiff
[PATCH] USB Storage: fix compile error
authorMatthew Dharm <mdharm-usb@one-eyed-alien.net>
Tue, 26 Apr 2005 04:46:29 +0000 (21:46 -0700)
committerGreg KH <gregkh@suse.de>
Wed, 4 May 2005 06:31:49 +0000 (23:31 -0700)
This patch fixes a compiler error caused by a missing prototype.  It should
apply directly to Greg KH's usb-2.6.git tree.

Signed-off-by: Matthew Dharm <mdharm-usb@one-eyed-alien.net>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/usb/storage/debug.c

index d76483706bc955e9f1c86f36a69749d7c46af319..5a9321705a7426000e1197813c35b54123c85f70 100644 (file)
@@ -47,6 +47,7 @@
 #include <linux/cdrom.h>
 #include <scsi/scsi.h>
 #include <scsi/scsi_cmnd.h>
+#include <scsi/scsi_dbg.h>
 
 #include "debug.h"
 #include "scsi.h"