From: Alexandre Pereira da Silva Date: Wed, 20 Jun 2012 12:37:57 +0000 (-0300) Subject: usb: gadget: lpc32xx_udc: fix build error with debugfs enabled X-Git-Tag: v3.5-rc5~18^2~4^2~1 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=d7dbdb5e5fe809aa3d4c33b33943c94321dfdd06;p=karo-tx-linux.git usb: gadget: lpc32xx_udc: fix build error with debugfs enabled If CONFIG_USB_GADGET_DEBUG_FILES is enabled, lpc32xx_udc breaks compilation because of a missing include file. Signed-off-by: Alexandre Pereira da Silva Signed-off-by: Felipe Balbi --- diff --git a/drivers/usb/gadget/lpc32xx_udc.c b/drivers/usb/gadget/lpc32xx_udc.c index 262acfd53e32..2ab0388d93eb 100644 --- a/drivers/usb/gadget/lpc32xx_udc.c +++ b/drivers/usb/gadget/lpc32xx_udc.c @@ -61,6 +61,7 @@ #include #include #ifdef CONFIG_USB_GADGET_DEBUG_FILES +#include #include #endif