- Small step forward Linux boots and almost works...


git-svn-id: svn://svn.coreboot.org/coreboot/trunk@795 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
diff --git a/src/boot/hardwaremain.c b/src/boot/hardwaremain.c
index 3507f88..d64acef 100644
--- a/src/boot/hardwaremain.c
+++ b/src/boot/hardwaremain.c
@@ -33,8 +33,8 @@
 #include <smp/start_stop.h>
 #include <boot/tables.h>
 #include <part/sizeram.h>
-#include <device.h>
-#include <pci.h>
+#include <device/device.h>
+#include <device/pci.h>
 #if 0
 #include <part/mainboard.h>
 #endif