From mboxrd@z Thu Jan 1 00:00:00 1970 From: Keith Owens 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: Mon, 26 Jun 2006 15:56:49 +1000 Message-ID: <13783.1151301409@kao2.melbourne.sgi.com> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from omx2-ext.sgi.com ([192.48.171.19]:19162 "EHLO omx2.sgi.com") by vger.kernel.org with ESMTP id S932318AbWFZF5t (ORCPT ); Mon, 26 Jun 2006 01:57:49 -0400 In-reply-to: Your message of "Sun, 25 Jun 2006 13:13:04 MST." Sender: linux-acpi-owner@vger.kernel.org List-Id: linux-acpi@vger.kernel.org To: Miles Lane Cc: Adrian Bunk , Kristen Accardi , Dave Hansen , Andrew Morton , LKML , gregkh@suse.de, len.brown@intel.com, linux-acpi@vger.kernel.org "Miles Lane" (on Sun, 25 Jun 2006 13:13:04 -0700) 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. Mail the result of sed -ne 's/^CONFIG_//p' .config That is typically less than 40% of the full .config size, and it can be fully regenerated by yes '' | make oldconfig