diff options
author | Kishon Vijay Abraham I <kishon@ti.com> | 2015-02-23 18:40:01 +0530 |
---|---|---|
committer | Marek Vasut <marex@denx.de> | 2015-04-14 05:48:09 +0200 |
commit | 6f80390691286074c7595a442cde1a87267aa2b1 (patch) | |
tree | 517cc43fc6f7de7086431f45fba499655c765ea9 /drivers/usb | |
parent | b6d959acaae08fa217f539245893c663d63a8b7a (diff) | |
download | u-boot-imx-6f80390691286074c7595a442cde1a87267aa2b1.zip u-boot-imx-6f80390691286074c7595a442cde1a87267aa2b1.tar.gz u-boot-imx-6f80390691286074c7595a442cde1a87267aa2b1.tar.bz2 |
include: usb: composite: add USB_GADGET_DELAYED_STATUS to avoid compilation error
Added USB_GADGET_DELAYED_STATUS to avoid the following compilation error.
error: ‘USB_GADGET_DELAYED_STATUS’ undeclared (first use in this function)
while compiling dwc3/ep0.c
While this is been added only to avoid compilation error, the complete fix
should be something like the one added in linux kernel. The complete fix
will be ported once we have the composite driver in u-boot look similar to
the one in linux kernel.
commit 1b9ba000177ee47bcc5b44c7c34e48e735f5f9b1
Author: Roger Quadros <roger.quadros@nokia.com>
Date: Mon May 9 13:08:06 2011 +0300
usb: gadget: composite: Allow function drivers to pause control transfers
Signed-off-by: Kishon Vijay Abraham I <kishon@ti.com>
Reviewed-by: Lukasz Majewski <l.majewski@samsung.com>
Diffstat (limited to 'drivers/usb')
0 files changed, 0 insertions, 0 deletions