diff options
Diffstat (limited to 'src/drivers/oxford')
-rw-r--r-- | src/drivers/oxford/oxpcie/oxpcie_early.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/drivers/oxford/oxpcie/oxpcie_early.c b/src/drivers/oxford/oxpcie/oxpcie_early.c index 2bca5c7056..d04e9d4df0 100644 --- a/src/drivers/oxford/oxpcie/oxpcie_early.c +++ b/src/drivers/oxford/oxpcie/oxpcie_early.c @@ -19,7 +19,7 @@ #include <stdint.h> #include <arch/io.h> -#include <cpu/x86/car.h> +#include <arch/early_variables.h> #include <delay.h> #include <uart8250.h> #include <device/pci_def.h> |