* Mike Rapoport <mike@xxxxxxxxxxxxxx> [091013 10:00]: > This patch adds basic support for CompuLab CM-T35 module. > > Signed-off-by: Mike Rapoport <mike@xxxxxxxxxxxxxx> > --- <snip> > +static struct ehci_hcd_omap_platform_data ehci_pdata = { > + > + .port_mode[0] = EHCI_HCD_OMAP_MODE_PHY, > + .port_mode[1] = EHCI_HCD_OMAP_MODE_PHY, > + .port_mode[2] = EHCI_HCD_OMAP_MODE_UNKNOWN, > + > + .phy_reset = true, > + .reset_gpio_port[0] = -EINVAL, > + .reset_gpio_port[1] = -EINVAL, > + .reset_gpio_port[2] = -EINVAL > +}; This ehci stuff should be done in a separate patch, it's not in the mainline tree yet. Can you please check that your patch will compile OK with the mainline tree? Regards, Tony -- To unsubscribe from this list: send the line "unsubscribe linux-omap" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html