From: Ben Widawsky <ben@bwidawsk.net>
To: Fengguang Wu <fengguang.wu@intel.com>
Cc: Daniel Vetter <daniel.vetter@ffwll.ch>,
kernel-janitors@vger.kernel.org, dri-devel@lists.freedesktop.org
Subject: Re: [drm-intel:drm-intel-nightly 40/142] drivers/gpu/drm/i915/i915_sysfs.c:228:49: error: 'rc6_attr_
Date: Tue, 18 Sep 2012 23:49:59 +0000 [thread overview]
Message-ID: <20120918164959.0845aaea@bwidawsk.net> (raw)
In-Reply-To: <20120918234054.GA7140@localhost>
On Wed, 19 Sep 2012 07:40:54 +0800
Fengguang Wu <fengguang.wu@intel.com> wrote:
> Hi Ben,
>
> FYI, kernel build failed on
>
> tree: git://people.freedesktop.org/~danvet/drm-intel.git drm-intel-nightly
> head: f0db8c3e57486ae7fdbc52bc157f997394d7d11d
> commit: 8c3f929b6147e142efc58d5d03dc6fa703b14a5d [40/142] drm/i915: Enable some sysfs stuff without CONFIG_PM
> config: i386-randconfig-b034 (attached as .config)
>
> All related error/warning messages:
>
> drivers/gpu/drm/i915/i915_sysfs.c: In function 'i915_teardown_sysfs':
> drivers/gpu/drm/i915/i915_sysfs.c:228:49: error: 'rc6_attr_group' undeclared (first use in this function)
> drivers/gpu/drm/i915/i915_sysfs.c:228:49: note: each undeclared identifier is reported only once for each function it appears in
>
> vim +228 drivers/gpu/drm/i915/i915_sysfs.c
> 223 }
> 224
> 225 void i915_teardown_sysfs(struct drm_device *dev)
> 226 {
> 227 device_remove_bin_file(&dev->primary->kdev, &dpf_attrs);
> > 228 sysfs_unmerge_group(&dev->primary->kdev.kobj, &rc6_attr_group);
> 229 }
>
> ---
> 0-DAY kernel build testing backend Open Source Technology Centre
> Fengguang Wu, Yuanhan Liu Intel Corporation
Darn. I'll send a patch to the list tonight. (It's weird because I
thought I tested this).
--
Ben Widawsky, Intel Open Source Technology Center
WARNING: multiple messages have this Message-ID (diff)
From: Ben Widawsky <ben@bwidawsk.net>
To: Fengguang Wu <fengguang.wu@intel.com>
Cc: Daniel Vetter <daniel.vetter@ffwll.ch>,
kernel-janitors@vger.kernel.org, dri-devel@lists.freedesktop.org
Subject: Re: [drm-intel:drm-intel-nightly 40/142] drivers/gpu/drm/i915/i915_sysfs.c:228:49: error: 'rc6_attr_group' undeclared
Date: Tue, 18 Sep 2012 16:49:59 -0700 [thread overview]
Message-ID: <20120918164959.0845aaea@bwidawsk.net> (raw)
In-Reply-To: <20120918234054.GA7140@localhost>
On Wed, 19 Sep 2012 07:40:54 +0800
Fengguang Wu <fengguang.wu@intel.com> wrote:
> Hi Ben,
>
> FYI, kernel build failed on
>
> tree: git://people.freedesktop.org/~danvet/drm-intel.git drm-intel-nightly
> head: f0db8c3e57486ae7fdbc52bc157f997394d7d11d
> commit: 8c3f929b6147e142efc58d5d03dc6fa703b14a5d [40/142] drm/i915: Enable some sysfs stuff without CONFIG_PM
> config: i386-randconfig-b034 (attached as .config)
>
> All related error/warning messages:
>
> drivers/gpu/drm/i915/i915_sysfs.c: In function 'i915_teardown_sysfs':
> drivers/gpu/drm/i915/i915_sysfs.c:228:49: error: 'rc6_attr_group' undeclared (first use in this function)
> drivers/gpu/drm/i915/i915_sysfs.c:228:49: note: each undeclared identifier is reported only once for each function it appears in
>
> vim +228 drivers/gpu/drm/i915/i915_sysfs.c
> 223 }
> 224
> 225 void i915_teardown_sysfs(struct drm_device *dev)
> 226 {
> 227 device_remove_bin_file(&dev->primary->kdev, &dpf_attrs);
> > 228 sysfs_unmerge_group(&dev->primary->kdev.kobj, &rc6_attr_group);
> 229 }
>
> ---
> 0-DAY kernel build testing backend Open Source Technology Centre
> Fengguang Wu, Yuanhan Liu Intel Corporation
Darn. I'll send a patch to the list tonight. (It's weird because I
thought I tested this).
--
Ben Widawsky, Intel Open Source Technology Center
next prev parent reply other threads:[~2012-09-18 23:49 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-09-18 23:40 [drm-intel:drm-intel-nightly 40/142] drivers/gpu/drm/i915/i915_sysfs.c:228:49: error: 'rc6_attr_grou Fengguang Wu
2012-09-18 23:40 ` [drm-intel:drm-intel-nightly 40/142] drivers/gpu/drm/i915/i915_sysfs.c:228:49: error: 'rc6_attr_group' undeclared Fengguang Wu
2012-09-18 23:49 ` Ben Widawsky [this message]
2012-09-18 23:49 ` Ben Widawsky
2012-09-19 17:50 ` [PATCH] drm/i915: Fix !CONFIG_PM sysfs for real this time Ben Widawsky
2012-09-19 17:50 ` Ben Widawsky
2012-09-20 12:21 ` Daniel Vetter
2012-09-20 12:21 ` Daniel Vetter
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=20120918164959.0845aaea@bwidawsk.net \
--to=ben@bwidawsk.net \
--cc=daniel.vetter@ffwll.ch \
--cc=dri-devel@lists.freedesktop.org \
--cc=fengguang.wu@intel.com \
--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.