On Wed, 1 Sep 2010 11:51:40 -0700 Greg KH <greg@xxxxxxxxx> wrote: > On Thu, Aug 05, 2010 at 02:17:38PM +0100, Alek Du wrote: > > From: Alek Du <alek.du@xxxxxxxxx> > > > > The Intel Moorestown platform has EHCI MPH and EHCI OTG host. This patch adds > > PCI probe part for them. The HNP part and SRAM part will be added in another > > patch. This patch depends on the OTG transceive and OTG client patch from Hang > > Yuan that should be accepted already. > > This breaks the build: > In file included from drivers/usb/host/ehci-hcd.c:47:0: > include/linux/usb/langwell_otg.h:23:37: fatal error: linux/usb/intel_mid_otg.h: No such file or directory > > dropped. > I think you dropped the wrong patch. Alan's "[PATCH 01/13] usb: Add Intel Langwell USB OTG Transceiver Driver" has > drivers/usb/otg/Kconfig | 14 > drivers/usb/otg/Makefile | 1 > drivers/usb/otg/langwell_otg.c | 2408 ++++++++++++++++++++++++++++++++++++++ > include/linux/usb/langwell_otg.h | 139 ++ > 4 files changed, 2562 insertions(+), 0 deletions(-) > create mode 100644 drivers/usb/otg/langwell_otg.c > create mode 100644 include/linux/usb/langwell_otg.h and then it does > +#include <linux/usb/intel_mid_otg.h> but that file doesn't exist in Alan's patch, and it doesn't exist in linux-next, and linux-next doesn't compile. -- To unsubscribe from this list: send the line "unsubscribe linux-usb" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html