From: David Brownell Date: Thu, 19 Jan 2006 07:55:08 +0000 (-0800) Subject: [PATCH] USB: net2280 warning fix X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=682d4c803f646d2ce09fde9ed7e99015598c3298;p=GitHub%2FLineageOS%2Fandroid_kernel_motorola_exynos9610.git [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 c32e1f7476da..67b13ab2f3f5 100644 --- a/drivers/usb/gadget/net2280.c +++ b/drivers/usb/gadget/net2280.c @@ -47,6 +47,7 @@ #include #include #include +#include #include #include #include