From: David Brownell Date: Thu, 19 Jan 2006 07:55:08 +0000 (-0800) Subject: [PATCH] USB: net2280 warning fix X-Git-Tag: v2.6.16-rc2~191 X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=682d4c803f646d2ce09fde9ed7e99015598c3298;p=linux-2.6 [PATCH] USB: net2280 warning fix For some reason alpha doesn't include where other architectures do; this makes net2280 include it explicitly. Signed-off-by: David Brownell Signed-off-by: Andrew Morton Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/usb/gadget/net2280.c b/drivers/usb/gadget/net2280.c index c32e1f7476..67b13ab2f3 100644 --- a/drivers/usb/gadget/net2280.c +++ b/drivers/usb/gadget/net2280.c @@ -47,6 +47,7 @@ #include #include #include +#include #include #include #include