Re: 2.6.12-rc5-git3 ia64 acpi build breakage.

From: Alexey Dobriyan
Date: Sun May 29 2005 - 03:15:56 EST


On Sunday 29 May 2005 04:01, Dave Jones wrote:
> In file included from drivers/firmware/pcdp.c:18:
> drivers/firmware/pcdp.h:48: error: field 'addr' has incomplete type
> drivers/firmware/pcdp.c: In function 'setup_serial_console':
> drivers/firmware/pcdp.c:27: error: 'ACPI_ADR_SPACE_SYSTEM_MEMORY' undeclared (first use in this function)

This _should_ fix it.

--- linux-vanilla/include/linux/acpi.h 2005-05-28 02:59:59.000000000 +0400
+++ linux-8250/include/linux/acpi.h 2005-05-28 03:39:25.000000000 +0400
@@ -25,6 +25,8 @@
#ifndef _LINUX_ACPI_H
#define _LINUX_ACPI_H

+#include <linux/config.h>
+
#ifdef CONFIG_ACPI

#ifndef _LINUX
-
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/