On Fri, Mar 13, 2020 at 10:15:43AM -0400, Al Cooper wrote: > Add support for Broadcom STB SoC's to the xhci platform driver ... > #include "xhci-plat.h" > #include "xhci-mvebu.h" > #include "xhci-rcar.h" > +#include "xhci-brcm.h" Perhaps put it in order, i.e. after xhci-plat.h? ... > +static const struct xhci_plat_priv xhci_plat_brcm = { > + .init_quirk = xhci_plat_brcm_init_quirk Add comma at the end, it might help to reduce burden on update. > +}; -- With Best Regards, Andy Shevchenko