From: Matthew Dharm Date: Tue, 26 Apr 2005 04:46:29 +0000 (-0700) Subject: [PATCH] USB Storage: fix compile error X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=e2e66446e08a7a365a59e25bbc8dd320ab3da0a6;p=GitHub%2Fmt8127%2Fandroid_kernel_alcatel_ttab.git [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 Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/usb/storage/debug.c b/drivers/usb/storage/debug.c index d76483706bc9..5a9321705a74 100644 --- a/drivers/usb/storage/debug.c +++ b/drivers/usb/storage/debug.c @@ -47,6 +47,7 @@ #include #include #include +#include #include "debug.h" #include "scsi.h"