drivers/uart_ns16550: remove unnecessary #include
There aren't any dependencies on MSI enablement in the source anymore. Signed-off-by: Charles E. Youse <charles.youse@intel.com>
This commit is contained in:
parent
6d30d949e5
commit
ef1788da70
1 changed files with 0 additions and 3 deletions
|
@ -60,9 +60,6 @@
|
||||||
BUILD_ASSERT_MSG(IS_ENABLED(CONFIG_PCIE), "NS16550(s) in DT need CONFIG_PCIE");
|
BUILD_ASSERT_MSG(IS_ENABLED(CONFIG_PCIE), "NS16550(s) in DT need CONFIG_PCIE");
|
||||||
#define UART_NS16550_PCIE_ENABLED
|
#define UART_NS16550_PCIE_ENABLED
|
||||||
#include <drivers/pcie/pcie.h>
|
#include <drivers/pcie/pcie.h>
|
||||||
#ifdef CONFIG_PCIE_MSI
|
|
||||||
#include <drivers/pcie/msi.h>
|
|
||||||
#endif
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/* register definitions */
|
/* register definitions */
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue