]> Pileus Git - ~andy/linux/commit
usb: gadget: lpc32xx_udc: fix build error with debugfs enabled
authorAlexandre Pereira da Silva <aletes.xgr@gmail.com>
Wed, 20 Jun 2012 12:37:57 +0000 (09:37 -0300)
committerFelipe Balbi <balbi@ti.com>
Fri, 22 Jun 2012 10:15:40 +0000 (13:15 +0300)
commitd7dbdb5e5fe809aa3d4c33b33943c94321dfdd06
treea97f30136c02b3f08d6678b355a13da85baf808f
parentdc8738d95bb45d20b2141f1fe3e1cafb05be09f9
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 <aletes.xgr@gmail.com>
Signed-off-by: Felipe Balbi <balbi@ti.com>
drivers/usb/gadget/lpc32xx_udc.c