xhci: get rid of XHCI_PLAT quirk that used to prevent MSI setup
[platform/kernel/linux-rpi.git] / drivers / usb / host / xhci-plat.c
index a52d73c..1d902d1 100644 (file)
@@ -78,12 +78,7 @@ static void xhci_plat_quirks(struct device *dev, struct xhci_hcd *xhci)
 {
        struct xhci_plat_priv *priv = xhci_to_priv(xhci);
 
-       /*
-        * As of now platform drivers don't provide MSI support so we ensure
-        * here that the generic code does not try to make a pci_dev from our
-        * dev struct in order to setup MSI
-        */
-       xhci->quirks |= XHCI_PLAT | priv->quirks;
+       xhci->quirks |= priv->quirks;
 }
 
 /* called during probe() after chip reset completes */