Skip to content

Commit

Permalink
usb: musb: ux500: add dma name for ux500
Browse files Browse the repository at this point in the history
Signed-off-by: Mian Yousaf Kaukab <mian.yousaf.kaukab@stericsson.com>
Signed-off-by: Felipe Balbi <balbi@ti.com>
  • Loading branch information
Mian Yousaf Kaukab authored and Felipe Balbi committed May 18, 2011
1 parent a48ff90 commit e3c496f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions drivers/usb/musb/musb_core.c
Original file line number Diff line number Diff line change
Expand Up @@ -2439,6 +2439,8 @@ static int __init musb_init(void)
"musb-dma"
#elif defined(CONFIG_USB_TUSB_OMAP_DMA)
"tusb-omap-dma"
#elif defined(CONFIG_USB_UX500_DMA)
"ux500-dma"
#else
"?dma?"
#endif
Expand Down

0 comments on commit e3c496f

Please sign in to comment.