aboutsummaryrefslogtreecommitdiff
path: root/src/northbridge/via
diff options
context:
space:
mode:
Diffstat (limited to 'src/northbridge/via')
-rw-r--r--src/northbridge/via/vx900/early_host_bus_ctl.c2
-rw-r--r--src/northbridge/via/vx900/pci_util.c1
2 files changed, 3 insertions, 0 deletions
diff --git a/src/northbridge/via/vx900/early_host_bus_ctl.c b/src/northbridge/via/vx900/early_host_bus_ctl.c
index 92bb44dda0..1ef29449fd 100644
--- a/src/northbridge/via/vx900/early_host_bus_ctl.c
+++ b/src/northbridge/via/vx900/early_host_bus_ctl.c
@@ -14,6 +14,8 @@
* GNU General Public License for more details.
*/
+#include <device/pci_ops.h>
+
#include "early_vx900.h"
static void vx900_cpu_bus_preram_setup(void)
diff --git a/src/northbridge/via/vx900/pci_util.c b/src/northbridge/via/vx900/pci_util.c
index 07a9a71f73..e6eb91ac95 100644
--- a/src/northbridge/via/vx900/pci_util.c
+++ b/src/northbridge/via/vx900/pci_util.c
@@ -15,6 +15,7 @@
*/
#include <console/console.h>
+#include <device/pci_ops.h>
#include "vx900.h"