From: Rajesh Shah <rajesh.shah@intel.com>,
      KAMEZAWA Hiroyuki <kamezawa.hiroyu@jp.fujitsu.com>

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)
drivers/firmware/pcdp.c:27: error: (Each undeclared identifier is reported only once
drivers/firmware/pcdp.c:27: error: for each function it appears in.)

Signed-off-by: Andrew Morton <akpm@osdl.org>
---

 25-akpm/drivers/firmware/pcdp.c |    1 +
 1 files changed, 1 insertion(+)

diff -puN drivers/firmware/pcdp.c~drivers-firmware-pcdpc-build-fix drivers/firmware/pcdp.c
--- 25/drivers/firmware/pcdp.c~drivers-firmware-pcdpc-build-fix	Wed Apr  6 16:31:44 2005
+++ 25-akpm/drivers/firmware/pcdp.c	Wed Apr  6 16:31:44 2005
@@ -11,6 +11,7 @@
  * published by the Free Software Foundation.
  */
 
+#include <linux/config.h>
 #include <linux/acpi.h>
 #include <linux/console.h>
 #include <linux/efi.h>
_