Skip to content

Commit

Permalink
[PATCH] pcdp.c build fix
Browse files Browse the repository at this point in the history
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)

Cc: <tony.luck@intel.com>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
  • Loading branch information
Peter Chubb authored and Linus Torvalds committed May 31, 2005
1 parent ae92ef8 commit 97d3a00
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions drivers/firmware/pcdp.c
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit 97d3a00

Please sign in to comment.