]> git.baikalelectronics.ru Git - kernel.git/commit
usb: gadget: fix omap_udc build errors
authorArnd Bergmann <arnd@arndb.de>
Tue, 5 Mar 2013 22:16:44 +0000 (23:16 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 7 Mar 2013 04:29:08 +0000 (12:29 +0800)
commit4bac845030ec8130af415f9c082909e93fbcb090
treefe749bb640410bafdb8a5d759b862aef2c020127
parent5a1d8fd3190c5de9309c6e4587f904beeb2acc45
usb: gadget: fix omap_udc build errors

10a1b03f17 "usb: gadget: omap_udc: convert to udc_start/udc_stop"
made some trivial changes but was missing a ';' character.

34f0265839 "ARM: OMAP1: DMA: Moving OMAP1 DMA channel definitions
to mach-omap1" added a definition for OMAP_DMA_USB_W2FC_TX0 to
the driver while making the header file it was defined in
unavailable for drivers, but this driver actually needs
OMAP_DMA_USB_W2FC_RX0 as well.

Both changes appear trivial, so let's add the missing semicolon
and the macro definition.

Acked-by: Felipe Balbi <balbi@ti.com>
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/usb/gadget/omap_udc.c