[PATCH 3/12] acpi: fix compile error with ACPI && !ACPI_POWER

2007-06-19 Thread Andreas Herrmann
Fix compile error with ACPI && !ACPI_POWER as bus.c depends on power.c Signed-off-by: Andreas Herrmann <[EMAIL PROTECTED]> --- drivers/acpi/Kconfig |4 drivers/acpi/Makefile |2 +- 2 files changed, 1 insertions(+), 5 deletions(-) diff --git a/drivers/acpi/Kconfig b/drivers/acpi/Kco

Re: [PATCH 3/12] acpi: fix compile error with ACPI && !ACPI_POWER

2007-06-19 Thread Len Brown
On Tuesday 19 June 2007 18:48, Andreas Herrmann wrote: > Fix compile error with ACPI && !ACPI_POWER as bus.c > depends on power.c How were you able to set CONFIG_ACPI_POWER=n to cause this compile error? When I do that, "make oldconfig" forces it to =y. -Len > Signed-off-by: Andreas Herrmann <[