All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Rafael J. Wysocki" <rjw@sisk.pl>
To: kernel-janitors@vger.kernel.org
Subject: Re: [pm:linux-next 69/69] drivers/base/power/main.c:470:2: error: implicit declaration of function '
Date: Sun, 08 Jul 2012 14:27:46 +0000	[thread overview]
Message-ID: <201207081627.46331.rjw@sisk.pl> (raw)
In-Reply-To: <20120708051704.GA8796@localhost>

Hi,

On Sunday, July 08, 2012, wfg@linux.intel.com wrote:
> Hi Preeti,
> 
> Kernel build failed on
> 
> tree:   git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm.git linux-next
> head:   e35a051fe5987ee9f6757d962ba37920757faee5
> commit: e35a051fe5987ee9f6757d962ba37920757faee5 [69/69] PM / cpuidle: System resume hang fix with cpuidle
> config: i386-allnoconfig (attached as .config)
> 
> All related error/warning messages:
> 
> drivers/base/power/main.c: In function 'dpm_resume_noirq':
> drivers/base/power/main.c:470:2: error: implicit declaration of function 'cpuidle_resume' [-Werror=implicit-function-declaration]
> drivers/base/power/main.c: In function 'dpm_suspend_noirq':
> drivers/base/power/main.c:871:2: error: implicit declaration of function 'cpuidle_pause' [-Werror=implicit-function-declaration]
> 
> drivers/base/power/main.c
>    467		mutex_unlock(&dpm_list_mtx);
>    468		dpm_show_time(starttime, state, "noirq");
>    469		resume_device_irqs();
>  > 470		cpuidle_resume();
>    471	}
>    472	
>    473	/**

This most likely is due to CONFIG_CPU_IDLE unset.  I fixed it up in my tree,
should be OK now.

Thanks,
Rafael

      reply	other threads:[~2012-07-08 14:27 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-07-08  5:17 [pm:linux-next 69/69] drivers/base/power/main.c:470:2: error: implicit declaration of function 'cpui wfg
2012-07-08 14:27 ` Rafael J. Wysocki [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=201207081627.46331.rjw@sisk.pl \
    --to=rjw@sisk.pl \
    --cc=kernel-janitors@vger.kernel.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.