diff options
Diffstat (limited to 'src/drivers/uart/oxpcie_early.c')
-rw-r--r-- | src/drivers/uart/oxpcie_early.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/drivers/uart/oxpcie_early.c b/src/drivers/uart/oxpcie_early.c index ff7d0cfd8a..2cbc8c7948 100644 --- a/src/drivers/uart/oxpcie_early.c +++ b/src/drivers/uart/oxpcie_early.c @@ -5,7 +5,6 @@ #include <device/pci_ops.h> #include <console/uart.h> #include <device/pci.h> -#include <device/pci_def.h> static unsigned int oxpcie_present; static DEVTREE_CONST u32 uart0_base = CONFIG_EARLY_PCI_MMIO_BASE + 0x1000; |