From: Matthew Dharm Date: Tue, 26 Apr 2005 04:46:29 +0000 (-0700) Subject: [PATCH] USB Storage: fix compile error X-Git-Tag: firefly_0821_release~43377^2~17^2~9 X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=e2e66446e08a7a365a59e25bbc8dd320ab3da0a6;p=firefly-linux-kernel-4.4.55.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"