Re: 2.6.10-rc1-mm3: ACPI problem due to un-exported hotplug_path

From: Greg KH
Date: Fri Nov 05 2004 - 13:08:54 EST


On Fri, Nov 05, 2004 at 05:45:23PM +0100, Adrian Bunk wrote:
> The following error (compin from Linus' tree) is caused by the fact that
> hotplug_path is no longer EXPORT_SYMBOL'ed:
>
>
> <-- snip -->
>
> if [ -r System.map ]; then /sbin/depmod -ae -F System.map 2.6.10-rc1-mm3; fi
> WARNING: /lib/modules/2.6.10-rc1-mm3/kernel/drivers/acpi/container.ko needs unknown symbol hotplug_path
>
> <-- snip -->

Hm, must be an -mm specific change that is causing this. I don't see
this in the current tree.

Len, why would any ACPI code be wanting to get access to hotplug_path
directly?

thanks,

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