> When CONFIG_PM is not set: > > drivers/built-in.o: In function `acpi_init': > bus.c:(.init.text+0x2d84): undefined reference to `pm_flags' > bus.c:(.init.text+0x2d91): undefined reference to `pm_flags' CONFIG_ACPI depends on CONFIG_PM, so acpi/bus.c should not be compiled for CONFIG_PM=n Hmm, is is somebody doing something strange, like "select ACPI" without guaranteeing that all of ACPI's dependencies are satisfied? thanks, Len Brown, Intel Open Source Technology Center -- To unsubscribe from this list: send the line "unsubscribe linux-next" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html