linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: "Rafael J. Wysocki" <rjw@sisk.pl>
To: Kukjin Kim <kgene.kim@samsung.com>
Cc: linux-kernel@vger.kernel.org,
	"'Linus'" <torvalds@linux-foundation.org>,
	linux-samsung-soc@vger.kernel.org
Subject: Re: Build error at drivers/base/power/domain_governor.c when PM_RUNTIME is not set
Date: Fri, 13 Jan 2012 01:00:36 +0100	[thread overview]
Message-ID: <201201130100.37008.rjw@sisk.pl> (raw)
In-Reply-To: <02b301ccd0ff$02b8dfd0$082a9f70$%kim@samsung.com>

On Thursday, January 12, 2012, Kukjin Kim wrote:
> Rafael J. Wysocki wrote:
> > 
> > On Monday, January 09, 2012, Kukjin Kim wrote:
> > > Hi Rafael,
> > >
> > > This is just reporting of build error.
> > >
> > > Current mainline happens build error at
> > drivers/base/power/domain_governor.c
> > > file like following when CONFIG_PM_RUNTIME is not set. For example, it
> > > happens with s3c6400_defconfig now.
> > >
> > > drivers/base/power/domain_governor.c: In function 'default_stop_ok':
> > > drivers/base/power/domain_governor.c:25: error: 'struct dev_pm_info' has
> > no
> > > member named 'max_time_suspended_ns'
> > > drivers/base/power/domain_governor.c:29: error: 'struct dev_pm_info' has
> > no
> > > member named 'max_time_suspended_ns'
> > > drivers/base/power/domain_governor.c: In function
> > 'default_power_down_ok':
> > > drivers/base/power/domain_governor.c:94: error: 'struct dev_pm_info' has
> > no
> > > member named 'max_time_suspended_ns'
> > > drivers/base/power/domain_governor.c:98: error: 'struct dev_pm_info' has
> > no
> > > member named 'max_time_suspended_ns'
> > > drivers/base/power/domain_governor.c:100: error: 'struct dev_pm_info'
> > has no
> > > member named 'suspend_time'
> > 
> > The appended patch fixes the problem for me, can you please test it?
> > 
> Hi Rafael,
> 
> Looks ok to me :)

Cool, thanks!

Rafael

      reply	other threads:[~2012-01-12 23:57 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-01-09  0:43 Build error at drivers/base/power/domain_governor.c when PM_RUNTIME is not set Kukjin Kim
2012-01-09 22:14 ` Rafael J. Wysocki
2012-01-12  7:51   ` Kukjin Kim
2012-01-13  0:00     ` 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=201201130100.37008.rjw@sisk.pl \
    --to=rjw@sisk.pl \
    --cc=kgene.kim@samsung.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-samsung-soc@vger.kernel.org \
    --cc=torvalds@linux-foundation.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).