Re: randconfig build error with next-20150529, in drivers/mmc/host/omap_hsmmc.c

From: Tony Lindgren
Date: Fri May 29 2015 - 12:44:47 EST


* 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-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/