Hi, On Wed, 2009-12-30 at 19:54 +0530, Maulik Mankad wrote: > Index: felipe_musb/include/linux/usb/musb.h > =================================================================== > --- felipe_musb.orig/include/linux/usb/musb.h > +++ felipe_musb/include/linux/usb/musb.h > @@ -84,6 +84,9 @@ struct musb_hdrc_platform_data { > > /* MUSB configuration-specific details */ > struct musb_hdrc_config *config; > + > + /* Board specific data */ > + struct omap_musb_board_data *board_data; here it should be void *board_data; so that other archs can pass whatever data structure they want. -- balbi -- 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