On 09/09/10 14:35, Alan Cox wrote: > From: Hao Wu <hao.wu@xxxxxxxxx> > > This patch adds one new header file for the common data structure used in > Intel Penwell/Langwell MID Platform OTG Transceiver drivers. After switched > to the common data structure, Langwell/Penwell OTG Transceiver driver will > provide an unified interface to host/client driver. > > Signed-off-by: Hao Wu <hao.wu@xxxxxxxxx> > Signed-off-by: Alan Cox <alan@xxxxxxxxxxxxxxx> > --- > > include/linux/usb/intel_mid_otg.h | 180 +++++++++++++++++++++++++++++++++++++ > 1 files changed, 180 insertions(+), 0 deletions(-) > create mode 100644 include/linux/usb/intel_mid_otg.h OK, no build errors. Thanks. I do see these warnings: In file included from /linux-next-20100909/drivers/platform/x86/intel_scu_ipc.c:26: /linux-next-20100909/arch/x86/include/asm/mrst.h:14: warning: 'struct sfi_table_header' declared inside parameter list /linux-next-20100909/arch/x86/include/asm/mrst.h:14: warning: its scope is only this definition or declaration, which is probably not what you want and warning: (USB_MUSB_HDRC_HCD && USB_SUPPORT && USB_MUSB_HDRC && (USB_MUSB_HOST || USB_MUSB_OTG) && USB_GADGET_MUSB_HDRC || USB_MUSB_OTG && <choice> && USB && USB_GADGET && PM && EXPERIMENTAL || USB_LANGWELL_OTG && USB_SUPPORT && (USB || USB_GADGET) && USB && PCI && INTEL_SCU_IPC) selects USB_OTG which has unmet direct dependencies (USB_GADGET_OMAP && ARCH_OMAP_OTG && USB_OHCI_HCD) -- ~Randy *** Remember to use Documentation/SubmitChecklist when testing your code *** -- 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