diff options
Diffstat (limited to 'drivers/usb/host/ehci-xilinx-of.c')
| -rw-r--r-- | drivers/usb/host/ehci-xilinx-of.c | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/usb/host/ehci-xilinx-of.c b/drivers/usb/host/ehci-xilinx-of.c index d2a27578e440..67a6ee8cb5d8 100644 --- a/drivers/usb/host/ehci-xilinx-of.c +++ b/drivers/usb/host/ehci-xilinx-of.c @@ -66,7 +66,7 @@ static const struct hc_driver ehci_xilinx_of_hc_driver = {  	 * generic hardware linkage  	 */  	.irq			= ehci_irq, -	.flags			= HCD_MEMORY | HCD_USB2 | HCD_BH, +	.flags			= HCD_MEMORY | HCD_DMA | HCD_USB2 | HCD_BH,  	/*  	 * basic lifecycle operations  |