From: Jean-Christophe PLAGNIOL-VILLARD Date: Sun, 29 May 2011 08:01:48 +0000 (+0200) Subject: USB: at91_udc: include linux/prefetch.h explicitly X-Git-Url: http://drtracing.org/?a=commitdiff_plain;h=eed393667b15a8f42fc0cdf5e8fee49f77c79aae;p=deliverable%2Flinux.git USB: at91_udc: include linux/prefetch.h explicitly Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD Cc: Nicolas Ferre Cc: Patrice Vilchez Cc: Greg Kroah-Hartman Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/usb/gadget/at91_udc.c b/drivers/usb/gadget/at91_udc.c index 98cbc06c30fd..ddb118a76807 100644 --- a/drivers/usb/gadget/at91_udc.c +++ b/drivers/usb/gadget/at91_udc.c @@ -35,6 +35,7 @@ #include #include #include +#include #include #include #include