From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932311AbWFYUkm (ORCPT ); Sun, 25 Jun 2006 16:40:42 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S932318AbWFYUkm (ORCPT ); Sun, 25 Jun 2006 16:40:42 -0400 Received: from mailout.stusta.mhn.de ([141.84.69.5]:62993 "HELO mailout.stusta.mhn.de") by vger.kernel.org with SMTP id S932311AbWFYUkl (ORCPT ); Sun, 25 Jun 2006 16:40:41 -0400 Date: Sun, 25 Jun 2006 22:40:39 +0200 From: Adrian Bunk To: Miles Lane Cc: Kristen Accardi , Dave Hansen , Andrew Morton , LKML , 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' Message-ID: <20060625204039.GG23314@stusta.de> References: <20060625200953.GF23314@stusta.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.11+cvs20060403 Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@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