X-Git-Url: https://git.karo-electronics.de/?a=blobdiff_plain;f=drivers%2Fusb%2Fhost%2Fehci-ppc-of.c;h=875d2fcc9e0e83de6ba7e17d007b347bf1ca34a4;hb=06fe40dcff8a82d56520bd661f0284321bd6e4db;hp=932293fa32de657de2e36ba091127e50009a6ff7;hpb=6f6a990339dc8eed4746114e49b0e792520698eb;p=karo-tx-linux.git diff --git a/drivers/usb/host/ehci-ppc-of.c b/drivers/usb/host/ehci-ppc-of.c index 932293fa32de..875d2fcc9e0e 100644 --- a/drivers/usb/host/ehci-ppc-of.c +++ b/drivers/usb/host/ehci-ppc-of.c @@ -16,6 +16,8 @@ #include #include +#include +#include #include @@ -28,7 +30,7 @@ static const struct hc_driver ehci_ppc_of_hc_driver = { * generic hardware linkage */ .irq = ehci_irq, - .flags = HCD_MEMORY | HCD_USB2, + .flags = HCD_MEMORY | HCD_USB2 | HCD_BH, /* * basic lifecycle operations