OSDN Git Service

[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 d764837..5a93217 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"