commit | 6e56157008617a3508a7b63b48c36db1821003f8 | [log] [tgz] |
---|---|---|
author | Tomasz Bursztyka <tomasz.bursztyka@linux.intel.com> | Fri Oct 23 21:27:28 2020 +0200 |
committer | Anas Nashif <anas.nashif@intel.com> | Tue Dec 08 09:29:20 2020 -0500 |
tree | b915b38706ad2598699411ea87c28f9b79c144dc | |
parent | 060b4a5c5cdde06e8f09a71f4edae6a7dafb8a84 [diff] |
drivers/pcie: Move PCIE code to relevant place Though it was noted that pcie_get_cap() is only used by MSI code so far, there is no need to put it in msi code. If unused, linker will nuke it. So let's move things to where it belongs to. Signed-off-by: Tomasz Bursztyka <tomasz.bursztyka@linux.intel.com>