lkml.org 
[lkml]   [2006]   [Jun]   [25]   [last100]   RSS Feed
Views: [more markup]  [less markup]  [headers]  [forward] 
 
Messages in this thread
/
DateSun, 25 Jun 2006 22:40:39 +0200
FromAdrian Bunk <>
SubjectRe: 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'
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

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

\
 
 \ /
  Last update: 2006-06-25 20:43    [from the cache]
©2003-2008