From mboxrd@z Thu Jan 1 00:00:00 1970 From: Adrian Bunk 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 Message-ID: <20060625204039.GG23314@stusta.de> References: <20060625200953.GF23314@stusta.de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from emailhub.stusta.mhn.de ([141.84.69.5]:62737 "HELO mailout.stusta.mhn.de") by vger.kernel.org with SMTP id S932266AbWFYUkl (ORCPT ); Sun, 25 Jun 2006 16:40:41 -0400 Content-Disposition: inline In-Reply-To: Sender: linux-acpi-owner@vger.kernel.org List-Id: linux-acpi@vger.kernel.org To: Miles Lane Cc: Kristen Accardi , Dave Hansen , Andrew Morton , LKML , gregkh@suse.de, len.brown@intel.com, linux-acpi@vger.kernel.org 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