You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
rust: pci: Fix a build system bug when PCI_MSI is not enabled
When enabling PCI without PCI_MSI, Rust pci code would fail to build. Fix this
by requiring both PCI and PCI_MSI to build Rust pci abstractions.
Reported-by: Philipp Stanner <pstanner@redhat.com>
Signed-off-by: Andreas Hindborg <a.hindborg@samsung.com>
0 commit comments