Hi, On Mon, Dec 28, 2009 at 12:40:43PM +0100, Balbi Felipe (Nokia-D/Helsinki) wrote:
From: Ajay Kumar Gupta <ajay.gupta@xxxxxx> Adding support for MUSB register save and restore during system suspend and resume. Changes: - Added musb_save/restore_context() functions - Added platform specific musb_platform_save/restore_context() to handle platform specific jobs. - Maintaining BlackFin compatibility by adding read/write functions for registers which are not available in BlackFin Tested system suspend and resume on OMAP3EVM board. Signed-off-by: Anand Gadiyar <gadiyar@xxxxxx> Signed-off-by: Ajay Kumar Gupta <ajay.gupta@xxxxxx> Signed-off-by: Felipe Balbi <felipe.balbi@xxxxxxxxx>
This actually breaks compilation of 2430 boards, Ajay can you send a newer version addressing the comment below ?
+#if defined(CONFIG_ARCH_OMAP34XX)
this should be #if defined(CONFIG_ARCH_OMAP34XX) || defined(CONFIG_ARCH_OMAP2430) -- balbi -- 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