aboutsummaryrefslogtreecommitdiff
path: root/src/northbridge/via/vx900
diff options
context:
space:
mode:
Diffstat (limited to 'src/northbridge/via/vx900')
-rw-r--r--src/northbridge/via/vx900/memmap.c5
-rw-r--r--src/northbridge/via/vx900/pci_util.c2
2 files changed, 5 insertions, 2 deletions
diff --git a/src/northbridge/via/vx900/memmap.c b/src/northbridge/via/vx900/memmap.c
index 18d9635379..0c3b7bfc76 100644
--- a/src/northbridge/via/vx900/memmap.c
+++ b/src/northbridge/via/vx900/memmap.c
@@ -17,11 +17,12 @@
#define __SIMPLE_DEVICE__
-#include "vx900.h"
-
#include <device/pci.h>
#include <device/pci_ops.h>
#include <cbmem.h>
+#include <console/console.h>
+
+#include "vx900.h"
#define MCU PCI_DEV(0, 0, 3)
diff --git a/src/northbridge/via/vx900/pci_util.c b/src/northbridge/via/vx900/pci_util.c
index afd35a18e8..07a9a71f73 100644
--- a/src/northbridge/via/vx900/pci_util.c
+++ b/src/northbridge/via/vx900/pci_util.c
@@ -14,6 +14,8 @@
* GNU General Public License for more details.
*/
+#include <console/console.h>
+
#include "vx900.h"
#ifdef __SIMPLE_DEVICE__