You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by bt...@apache.org on 2020/06/11 00:52:06 UTC

[incubator-nuttx] 07/11: pcie: qemu: remove not used header

This is an automated email from the ASF dual-hosted git repository.

btashton pushed a commit to branch pci
in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git

commit 228acefde4203afb36bde8970ad03576e605494f
Author: Yang Chung-Fan <so...@gmail.com>
AuthorDate: Wed May 6 19:03:11 2020 +0900

    pcie: qemu: remove not used header
---
 boards/x86_64/intel64/qemu-intel64/src/qemu_pcie_readwrite.h | 1 -
 1 file changed, 1 deletion(-)

diff --git a/boards/x86_64/intel64/qemu-intel64/src/qemu_pcie_readwrite.h b/boards/x86_64/intel64/qemu-intel64/src/qemu_pcie_readwrite.h
index f754e66..2e0c392 100644
--- a/boards/x86_64/intel64/qemu-intel64/src/qemu_pcie_readwrite.h
+++ b/boards/x86_64/intel64/qemu-intel64/src/qemu_pcie_readwrite.h
@@ -72,7 +72,6 @@
 #include <nuttx/pcie/pcie.h>
 
 #include <nuttx/board.h>
-#include <nuttx/serial/uart_16550.h>
 #include <arch/board/board.h>
 
 #include "up_arch.h"