* Jim Davis <jim.epost@xxxxxxxxx> [150529 09:27]: > Building with the attached random configuration file, > > warning: (USB_OTG_FSM && FSL_USB2_OTG && USB_MV_OTG) selects USB_OTG > which has unmet direct dependencies (USB_SUPPORT && USB && PM) > > drivers/mmc/host/omap_hsmmc.c: In function ‘omap_hsmmc_configure_wake_irq’: > drivers/mmc/host/omap_hsmmc.c:1663:8: error: implicit declaration of > function ‘dev_pm_set_dedicated_wake_irq’ > [-Werror=implicit-function-declaration] > ret = dev_pm_set_dedicated_wake_irq(host->dev, host->wake_irq); Oops, there's a typo in the prototype. I must have only tested dev_pm_set_wake_irq case and not the dev_pm_set_dedicated_wake_irq on x86. Patch coming shortly. Regards, Tony -- To unsubscribe from this list: send the line "unsubscribe linux-next" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html