[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <20150529164434.GQ30984@atomide.com>
Date: Fri, 29 May 2015 09:44:35 -0700
From: Tony Lindgren <tony@...mide.com>
To: Jim Davis <jim.epost@...il.com>
Cc: Stephen Rothwell <sfr@...b.auug.org.au>,
linux-next <linux-next@...r.kernel.org>,
linux-kernel <linux-kernel@...r.kernel.org>,
ulf.hansson@...aro.org, linux-mmc@...r.kernel.org,
linux-omap@...r.kernel.org
Subject: Re: randconfig build error with next-20150529, in
drivers/mmc/host/omap_hsmmc.c
* Jim Davis <jim.epost@...il.com> [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@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists