aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthew Dharm <mdharm-usb@one-eyed-alien.net>2005-04-25 21:46:29 -0700
committerGreg KH <gregkh@suse.de>2005-05-03 23:31:49 -0700
commite2e66446e08a7a365a59e25bbc8dd320ab3da0a6 (patch)
tree9b6f14e3cff70c02c1161207d86acb01e7c131f0
parent8800cea62025a5209d110c5fa5990429239d6eee (diff)
[PATCH] USB Storage: fix compile error
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>
-rw-r--r--drivers/usb/storage/debug.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/usb/storage/debug.c b/drivers/usb/storage/debug.c
index d76483706bc95..5a9321705a742 100644
--- a/drivers/usb/storage/debug.c
+++ b/drivers/usb/storage/debug.c
@@ -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"