
On 29.11.2012 15:27, Marek Vasut wrote:
Dear Lukasz Dalek,
usbdescriptors.h conflicts with linux/usb/ch9.h. Remove it.
Applied, thanks
Signed-off-by: Lukasz Dalekluk0104@gmail.com
drivers/usb/gadget/pxa25x_udc.c | 1 - 1 files changed, 0 insertions(+), 1 deletions(-)
diff --git a/drivers/usb/gadget/pxa25x_udc.c b/drivers/usb/gadget/pxa25x_udc.c index dd74143..9ce98f0 100644 --- a/drivers/usb/gadget/pxa25x_udc.c +++ b/drivers/usb/gadget/pxa25x_udc.c @@ -40,7 +40,6 @@ #include<asm/io.h> #include<asm/arch/pxa.h>
-#include<usbdescriptors.h> #include<linux/usb/ch9.h> #include<linux/usb/gadget.h> #include<usb/lin_gadget_compat.h>
Best regards, Marek Vasut
One more question. I've send you before patch which enables support for USB in h2200 device, which you accepted but didn't push. Did you find more problem out there or just forgot to apply?
Łukasz Dałek