From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756104AbbE2Qop (ORCPT ); Fri, 29 May 2015 12:44:45 -0400 Received: from muru.com ([72.249.23.125]:54672 "EHLO muru.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752493AbbE2Qoh (ORCPT ); Fri, 29 May 2015 12:44:37 -0400 Date: Fri, 29 May 2015 09:44:35 -0700 From: Tony Lindgren To: Jim Davis Cc: Stephen Rothwell , linux-next , linux-kernel , ulf.hansson@linaro.org, linux-mmc@vger.kernel.org, linux-omap@vger.kernel.org Subject: Re: randconfig build error with next-20150529, in drivers/mmc/host/omap_hsmmc.c Message-ID: <20150529164434.GQ30984@atomide.com> References: MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: User-Agent: Mutt/1.5.23 (2014-03-12) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org * Jim Davis [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