aboutsummaryrefslogtreecommitdiff
path: root/src/arch/ppc/boot/linuxbios_table.c
diff options
context:
space:
mode:
authorGreg Watson <jarrah@users.sourceforge.net>2003-06-13 17:09:26 +0000
committerGreg Watson <jarrah@users.sourceforge.net>2003-06-13 17:09:26 +0000
commit8cff29d63e256ed36217174ac14f9c132ab3076a (patch)
tree763ead1c43cd7c60c68ec9707dae821eedaaeb49 /src/arch/ppc/boot/linuxbios_table.c
parentc055fbb274305ff982922eb4d19b04353d3e3fb7 (diff)
Added tables.c
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@874 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'src/arch/ppc/boot/linuxbios_table.c')
-rw-r--r--src/arch/ppc/boot/linuxbios_table.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/arch/ppc/boot/linuxbios_table.c b/src/arch/ppc/boot/linuxbios_table.c
index 253a5e5b7f..731ddaf78a 100644
--- a/src/arch/ppc/boot/linuxbios_table.c
+++ b/src/arch/ppc/boot/linuxbios_table.c
@@ -1,8 +1,8 @@
#include <mem.h>
#include <ip_checksum.h>
#include <boot/linuxbios_tables.h>
-#include <boot/linuxbios_table.h>
-#include <printk.h>
+#include "linuxbios_table.h"
+#include <console/console.h>
#include <string.h>
#include <version.h>