commit | 8cfa5deb168a9556330849a11bc0214e3d260ece | [log] [tgz] |
---|---|---|
author | Johan Hedberg <johan.hedberg@intel.com> | Wed Apr 21 19:18:57 2021 +0300 |
committer | Kumar Gala <kumar.gala@gmail.com> | Thu Apr 22 15:30:24 2021 -0500 |
tree | c5609adecc588824de3ad61daae81b59eed08ebe | |
parent | 45baec2d5b791d8a2e8ced0374d05caa28469028 [diff] |
drivers: uart_ns16550: Remove support for hard-coded PCIe interrupts There are no boards that need hard-coded interrupts so just remove this build-time conditional branch. The way going forward is that all PCIe devices should always use PCIE_IRQ_DETECT. Signed-off-by: Johan Hedberg <johan.hedberg@intel.com>