[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 <[EMAIL PROTECTED]> Signed-off-by: Greg Kroah-Hartman <[EMAIL PROTECTED]> --- commit e2e66446e08a7a365a59e25bbc8dd320ab3da0a6 tree 9b6f14e3cff70c02c1161207d86acb01e7c131f0 parent 8800cea62025a5209d110c5fa5990429239d6eee author Matthew Dharm <[EMAIL PROTECTED]> 1114490789 -0700 committer Greg KH <[EMAIL PROTECTED]> 1115188309 -0700 Index: drivers/usb/storage/debug.c =================================================================== --- 2aa9e4732d7014dcda4c0e80d2e377f52e2262e9/drivers/usb/storage/debug.c (mode:100644 sha1:d76483706bc955e9f1c86f36a69749d7c46af319) +++ 9b6f14e3cff70c02c1161207d86acb01e7c131f0/drivers/usb/storage/debug.c (mode:100644 sha1:5a9321705a7426000e1197813c35b54123c85f70) @@ -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" ------------------------------------------------------- This SF.Net email is sponsored by: NEC IT Guy Games. Get your fingers limbered up and give it your best shot. 4 great events, 4 opportunities to win big! Highest score wins.NEC IT Guy Games. Play to win an NEC 61 plasma display. Visit http://www.necitguy.com/?r _______________________________________________ linux-usb-devel@lists.sourceforge.net To unsubscribe, use the last form field at: https://lists.sourceforge.net/lists/listinfo/linux-usb-devel