From: Adrian Bunk <bunk@stusta.de>
To: Miles Lane <miles.lane@gmail.com>
Cc: Kristen Accardi <kristen.c.accardi@intel.com>,
Dave Hansen <haveblue@us.ibm.com>, Andrew Morton <akpm@osdl.org>,
LKML <linux-kernel@vger.kernel.org>,
gregkh@suse.de, len.brown@intel.com, linux-acpi@vger.kernel.org
Subject: Re: 2.6.17-mm2 -- drivers/built-in.o: In function `is_pci_dock_device':acpiphp_glue.c:(.text+0x12364): undefined reference to `is_dock_device'
Date: Sun, 25 Jun 2006 22:40:39 +0200 [thread overview]
Message-ID: <20060625204039.GG23314@stusta.de> (raw)
In-Reply-To: <a44ae5cd0606251313n5e7654f3t652df65e811325b5@mail.gmail.com>
On Sun, Jun 25, 2006 at 01:13:04PM -0700, Miles Lane wrote:
> Should I attach my entire .config file in the future? It's large enough
> that
> I try to trim it to avoid bloating people's inboxes.
I'm often trying to reproduce compile errors, and it's always a pain in
the ass when I have to construct a complete .config based on such a
fragment instead of simply using the complete .config of the reporter.
And people for whom a few kB would matter wouldn't subscribe to
linux-kernel...
> Yes, that's right. It is compiled as a module. So this just needs
> a tweaked config rule, right?
It would be a solution to let HOTPLUG_PCI_ACPI depend on
(ACPI_DOCK || ACPI_DOCK=n), or the #if in
include/acpi/acpi_drivers.h could be changed to
#if defined(CONFIG_ACPI_DOCK) || (defined(CONFIG_ACPI_DOCK_MODULE) && defined(MODULE))
Which one suits better the intention is better is a question Kristen has
to answer.
> Thanks,
> Miles
cu
Adrian
--
"Is there not promise of rain?" Ling Tan asked suddenly out
of the darkness. There had been need of rain for many days.
"Only a promise," Lao Er said.
Pearl S. Buck - Dragon Seed
next prev parent reply other threads:[~2006-06-25 20:40 UTC|newest]
Thread overview: 17+ messages / expand[flat|nested] mbox.gz Atom feed top
2006-06-25 19:56 2.6.17-mm2 -- drivers/built-in.o: In function `is_pci_dock_device':acpiphp_glue.c:(.text+0x12364): undefined reference to `is_dock_device' Miles Lane
2006-06-25 20:09 ` Adrian Bunk
2006-06-25 20:13 ` Miles Lane
2006-06-25 20:40 ` Adrian Bunk [this message]
2006-07-09 0:06 ` ACPI_DOCK bug: noone cares Adrian Bunk
2006-07-09 16:01 ` Linus Torvalds
2006-06-26 5:56 ` 2.6.17-mm2 -- drivers/built-in.o: In function `is_pci_dock_device':acpiphp_glue.c:(.text+0x12364): undefined reference to `is_dock_device' Keith Owens
2006-06-26 6:22 ` Keith Owens
2006-06-26 22:15 ` Roman Zippel
-- strict thread matches above, loose matches on Subject: below --
2006-07-09 23:03 Brown, Len
2006-07-09 23:03 ` Brown, Len
2006-07-09 23:12 ` Adrian Bunk
2006-07-10 1:46 ` Linus Torvalds
2006-07-09 23:06 Brown, Len
2006-07-09 23:06 ` Brown, Len
2006-07-10 2:02 Brown, Len
2006-07-10 2:02 ` Brown, Len
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=20060625204039.GG23314@stusta.de \
--to=bunk@stusta.de \
--cc=akpm@osdl.org \
--cc=gregkh@suse.de \
--cc=haveblue@us.ibm.com \
--cc=kristen.c.accardi@intel.com \
--cc=len.brown@intel.com \
--cc=linux-acpi@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=miles.lane@gmail.com \
/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.