All of lore.kernel.org
 help / color / mirror / Atom feed
From: Tony Lindgren <tony@atomide.com>
To: Jim Davis <jim.epost@gmail.com>
Cc: Stephen Rothwell <sfr@canb.auug.org.au>,
	linux-next <linux-next@vger.kernel.org>,
	linux-kernel <linux-kernel@vger.kernel.org>,
	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
Date: Fri, 29 May 2015 09:44:35 -0700	[thread overview]
Message-ID: <20150529164434.GQ30984@atomide.com> (raw)
In-Reply-To: <CA+r1Zhj3epGqV_Po0X-Q2hROKpG=a8L2R=D+5qdZTAptWtP3HQ@mail.gmail.com>

* Jim Davis <jim.epost@gmail.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

      reply	other threads:[~2015-05-29 16:44 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-05-29 16:25 randconfig build error with next-20150529, in drivers/mmc/host/omap_hsmmc.c Jim Davis
2015-05-29 16:44 ` Tony Lindgren [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20150529164434.GQ30984@atomide.com \
    --to=tony@atomide.com \
    --cc=jim.epost@gmail.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-mmc@vger.kernel.org \
    --cc=linux-next@vger.kernel.org \
    --cc=linux-omap@vger.kernel.org \
    --cc=sfr@canb.auug.org.au \
    --cc=ulf.hansson@linaro.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.